Thanks to visit codestin.com Credit goes to github.com
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
I think there's a typo in the schema used for validating OpenAPI 3.1.0 specifications.
openapi-spec-validator/openapi_spec_validator/resources/schemas/v3.1/schema.json
Lines 192 to 194 in 91f5cf2
Based on https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#server-variable-object this should be "description" instead of "descriptions" - I imagine the extra s is a typo when it was originally added.
s
I'll open a PR now.
The text was updated successfully, but these errors were encountered:
Fix typo in server variables schema OAS 3.1.0
d931f49
Fixes python-openapi#197
Fix typo in server variables schema for OAS 3.1.0
4d40573
Successfully merging a pull request may close this issue.
I think there's a typo in the schema used for validating OpenAPI 3.1.0 specifications.
openapi-spec-validator/openapi_spec_validator/resources/schemas/v3.1/schema.json
Lines 192 to 194 in 91f5cf2
Based on https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#server-variable-object this should be "description" instead of "descriptions" - I imagine the extra
s
is a typo when it was originally added.I'll open a PR now.
The text was updated successfully, but these errors were encountered: