feat: adds title and deprecated to the list of default mappings in the GenericTypeParser

This commit is contained in:
2025-11-23 20:17:16 -03:00
parent 59f062ec37
commit a0d15726d4

View File

@@ -19,6 +19,8 @@ class GenericTypeParser(ABC, Generic[T]):
"default": "default", "default": "default",
"description": "description", "description": "description",
"examples": "examples", "examples": "examples",
"title": "title",
"deprecated": "deprecated",
} }
@abstractmethod @abstractmethod