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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
JSON Schema now includes a mechanism to simplify references as described in Section 9.2 of 2020-12 draft.
https://json-schema.org/draft/2020-12/json-schema-core.html#rfc.section.9.2
Basically defining named anchors and referring to them rather than using JSON pointer.
Currently this does not work, returning (in Swagger CLI at least) printing Invalid $ref pointer "fn". Pointers must begin with "#/"
The text was updated successfully, but these errors were encountered:
Thanks for the heads up. This is all covered in #145 and will be the basis of an already started rewrite!
Sorry, something went wrong.
No branches or pull requests
JSON Schema now includes a mechanism to simplify references as described in Section 9.2 of 2020-12 draft.
https://json-schema.org/draft/2020-12/json-schema-core.html#rfc.section.9.2
Basically defining named anchors and referring to them rather than using JSON pointer.
Currently this does not work, returning (in Swagger CLI at least) printing
Invalid $ref pointer "fn". Pointers must begin with "#/"
The text was updated successfully, but these errors were encountered: