-
Notifications
You must be signed in to change notification settings - Fork 257
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
OpenAPI 3.1 references should use #/components/schemas/...
references instead of #/definitions/...
#616
Comments
We could maybe use |
opqdonut
added a commit
to metosin/malli
that referenced
this issue
Apr 19, 2024
opqdonut
added a commit
to metosin/malli
that referenced
this issue
Apr 19, 2024
... via option :malli.json-schema/definitions-path needed for metosin/reitit#616
This was referenced Apr 19, 2024
The malli part of this is in #673 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#589 implements top-level
:definitions
for swagger specs.However for OpenAPI 3.1 the refs should actually be
#/components/schemas/...
https://spec.openapis.org/oas/v3.1.0#componentsObject
This will require a bit of work since swagger & json-schema use
"#/definitions/..."
, so we want to rewrite those just for OpenAPI.The text was updated successfully, but these errors were encountered: