feat: adds title and deprecated to the list of default mappings in th… #57

Merged
HideyoshiNakazone merged 1 commits from feature/adds-title-keyword into main 2025-11-23 23:19:19 +00:00
Showing only changes of commit a0d15726d4 - Show all commits

View File

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