Open nfroidure opened 4 years ago
Finally created https://github.com/nfroidure/schema2dts. Till have to check 3.1 features and implement it.
The schema validator may be changed for https://github.com/IBM/openapi-validator/issues/545 to move forward on this long running issue.
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
https://github.com/horiuchi/dtsgenerator/issues/435@apidevtools/swagger-parser
(see https://github.com/APIDevTools/swagger-parser/issues/169 )swagger-ui
( see https://github.com/swagger-api/swagger-ui/issues/5891 )