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
Media Type is defined as https://github.com/OAI/OpenAPI-Specification/blob/main/versions/2.0.md#mime-types
Now the goal of this issue is to validate all media types as valid.
Provide media type parser based on https://datatracker.ietf.org/doc/html/rfc6838 and it's ABNF grammar in similar manner as https://github.com/char0n/openapi-path-templating
Utilize the parser to validate all media type within the definition.
Important
This might be also applicable to OpenAPI 3.0.x and OpenAPI 3.1.0. We need to verify as part of this issue.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Media Type is defined as https://github.com/OAI/OpenAPI-Specification/blob/main/versions/2.0.md#mime-types
Now the goal of this issue is to validate all media types as valid.
Part 1
Provide media type parser based on https://datatracker.ietf.org/doc/html/rfc6838 and it's ABNF grammar in similar manner as https://github.com/char0n/openapi-path-templating
Part 2
Utilize the parser to validate all media type within the definition.
Important
This might be also applicable to OpenAPI 3.0.x and OpenAPI 3.1.0. We need to verify as part of this issue.
The text was updated successfully, but these errors were encountered: