feat: adds title and deprecated to the list of default mappings in the GenericTypeParser
This commit is contained in:
@@ -19,6 +19,8 @@ class GenericTypeParser(ABC, Generic[T]):
|
||||
"default": "default",
|
||||
"description": "description",
|
||||
"examples": "examples",
|
||||
"title": "title",
|
||||
"deprecated": "deprecated",
|
||||
}
|
||||
|
||||
@abstractmethod
|
||||
|
||||
Reference in New Issue
Block a user