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
format
type
OpenAPI v2 has a number of well-defined type/format combinations.
https://github.com/OAI/OpenAPI-Specification/blob/main/versions/2.0.md#data-types
and autorest recognizes several more.
https://github.com/Azure/autorest/blob/main/packages/libs/openapi/src/formats.ts
Anything outside of this should be flagged for discussion.
The text was updated successfully, but these errors were encountered:
mikekistler
No branches or pull requests
OpenAPI v2 has a number of well-defined type/format combinations.
https://github.com/OAI/OpenAPI-Specification/blob/main/versions/2.0.md#data-types
and autorest recognizes several more.
https://github.com/Azure/autorest/blob/main/packages/libs/openapi/src/formats.ts
Anything outside of this should be flagged for discussion.
The text was updated successfully, but these errors were encountered: