Merge pull request #57 from HideyoshiNakazone/feature/adds-title-keyword
feat: adds title and deprecated to the list of default mappings in th…
This commit was merged in pull request #57.
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