We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Given the following request body, this is disallowed:
description: The URL body content: 'text/plain': schema: $ref: '#/components/schemas/URL' examples: foo: $ref: '#/components/examples/foo' xml: $ref: '#/components/examples/xml' encoding: url: headers: id: $ref: '#/components/headers/id'
The spec allows items in the headers map to be reference objects. https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md#encoding-object
The text was updated successfully, but these errors were encountered:
This is actually an issue with the official OAS schema! OAI/OpenAPI-Specification#2157
Sorry, something went wrong.
No branches or pull requests
Given the following request body, this is disallowed:

The spec allows items in the headers map to be reference objects.
https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md#encoding-object
The text was updated successfully, but these errors were encountered: