Releases: wework/json-schema-to-openapi-schema
Releases · wework/json-schema-to-openapi-schema
v0.3.0
Added
- Create empty items, as it must always be present for type: array (#17 by @MikeRalphson)
- Rewrite exclusiveMinimum/exclusiveMaximum (#16 by @MikeRalphson)
- Rewrite if/then/else as oneOf + allOf (#15 by @MikeRalphson)
- Rewrite const as single element enum (#14 by @MikeRalphson)
v0.2.0
Fixed
- Implemented @cloudflare/json-schema-walker to make sure all subschemas are
processed
v0.1.1
Added
- Convert
dependencies
to an allOf + oneOf OpenAPI-valid equivalent