-
Notifications
You must be signed in to change notification settings - Fork 223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing decorators for OpenAPI3 emitter #3293
Comments
Sefaria uses both |
|
Re |
Doesn't seem like it, and yeah that is unfortunate, the question was if we wanted to really add all those extra decorators only have the future openapi3.1 emitter that will use json schema decorators directly |
Is said future emitter even backlogged anywhere? |
#1698 and yeah its probably not hard and we didn't make any hard descision on using |
chrisradek is refactoring oas3 emitter to use json schema emitter, after that we can resue json schema's components to add these decorators easily |
Clear and concise description of the problem
multipleOf
uniqueItems
maxProperties
minProperties
The text was updated successfully, but these errors were encountered: