-
Notifications
You must be signed in to change notification settings - Fork 761
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.0 support: allowMetaPatches #2760
Comments
char0n
added a commit
to swagger-api/apidom
that referenced
this issue
Jan 6, 2023
char0n
added a commit
to swagger-api/apidom
that referenced
this issue
Jan 6, 2023
char0n
added a commit
that referenced
this issue
Jan 10, 2023
char0n
added a commit
that referenced
this issue
Jan 11, 2023
char0n
added a commit
that referenced
this issue
Jan 16, 2023
char0n
added a commit
that referenced
this issue
Jan 17, 2023
char0n
added a commit
that referenced
this issue
Jan 18, 2023
char0n
added a commit
that referenced
this issue
Jan 23, 2023
🎉 This issue has been resolved in version 3.19.0-alpha.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
char0n
added a commit
that referenced
this issue
Jan 23, 2023
🎉 This issue has been resolved in version 3.19.0-beta.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 3.19.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current implementation of
allowMetaPatches
resolve option assumes that everything is JSON Pointer and construct absolute one when generating meta patches. Starting from OpenAPI 3.1.0 this is no longer true, as different mechanism can be used along with JSON Pointer, included but not limited to JSON Schema anchor, JSON Schema $id...The goal of this issue to generate meta patches by keeping the form of original referencing mechanism relative to current document.
Test of resolution with
allowMetaPatches
MUST be provided for resolver.The text was updated successfully, but these errors were encountered: