feat: adds title and deprecated to the list of default mappings in th… #57
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user