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
OAS 3.1 brings support for a lot a new features, especially JSON Schema full support (patternProperties 🙏). https://www.openapis.org/blog/2020/06/18/openapi-3-1-0-rc0-its-here
patternProperties
Here is a todo list to complete in order to ship OAS 3.1 support:
@apidevtools/swagger-parser
swagger-ui
The text was updated successfully, but these errors were encountered:
Finally created https://github.com/nfroidure/schema2dts. Till have to check 3.1 features and implement it.
Sorry, something went wrong.
The schema validator may be changed for IBM/openapi-validator#545 to move forward on this long running issue.
nfroidure
No branches or pull requests
OAS 3.1 brings support for a lot a new features, especially JSON Schema full support (
patternProperties
🙏). https://www.openapis.org/blog/2020/06/18/openapi-3-1-0-rc0-its-hereHere is a todo list to complete in order to ship OAS 3.1 support:
patternProperties
SupportpatternProperties
horiuchi/dtsgenerator#435@apidevtools/swagger-parser
(see Add support to openAPI 3.1.* APIDevTools/swagger-parser#169 )swagger-ui
( see OpenAPI 3.1 swagger-api/swagger-ui#5891 )The text was updated successfully, but these errors were encountered: