We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, all spec schemas are inlined at the use site when generating Swagger & OpenAPI docs.
It would be nice to generate Swagger :definitions and OpenAPI :components :schemas like we do for Malli refs/vars. See #673 .
:definitions
:components :schemas
For Malli, it's easy to control what gets a named schema by using the schema structure. What do we want for spec? A named schema for each s/def?
s/def
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, all spec schemas are inlined at the use site when generating Swagger & OpenAPI docs.
It would be nice to generate Swagger
:definitions
and OpenAPI:components :schemas
like we do for Malli refs/vars. See #673 .For Malli, it's easy to control what gets a named schema by using the schema structure. What do we want for spec? A named schema for each
s/def
?The text was updated successfully, but these errors were encountered: