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
Expected Behavior A valid openapi: "3.1.0" document should pass initial validation against the openapi 3.1 specification without errors.
openapi: "3.1.0"
Actual Behavior Validation fails with confusing / obtuse error messages.
Cause It seems that ajv does not support some of the keywords used in defining the specification properly, causing it to fail:
The best thing to do is probably wait for ajv to improve support for $dynamicAnchor, and skip validation for 3.1 specifications in the meantime.
ajv
$dynamicAnchor
The text was updated successfully, but these errors were encountered:
fix: skip broken openapi 3.1 validation for now (#104)
f6e7956
skips validation of openapi 3.1.0 documents for now due to #103
No branches or pull requests
Expected Behavior
A valid
openapi: "3.1.0"
document should pass initial validation against the openapi 3.1 specification without errors.Actual Behavior
Validation fails with confusing / obtuse error messages.
Cause
It seems that ajv does not support some of the keywords used in defining the specification properly, causing it to fail:
The best thing to do is probably wait for
ajv
to improve support for$dynamicAnchor
, and skip validation for 3.1 specifications in the meantime.The text was updated successfully, but these errors were encountered: