Releases: apiture/openapi-down-convert
Releases · apiture/openapi-down-convert
v0.14.1
BugFix - remove propertyNames
The propertyNames JSON Schema keyword from JSON Schema Draft 6 is not available in OpenAPI 3.0.x.
This update removes propertyNames along with other JSON Schema keywords not supported by OAS 3.0/JSON Schema.
v0.13.2
v0.13.0
v0.12.0
v0.11.0
Adds logic to remove the top-level webhooks object, if one exists.
(This deletion is logged.)
v0.10.0
- now deletes 
$commentunless new CLI option--convert-schema-commentsis used (if used,$commentis converted tox-comment) - Converts 
contentEncoding: base64toformat: byteintype: stringschemas - Converts 
contentMediaType: 'application/octet-stream' toformat: binaryintype: string` schemas 
v0.9.0
Tool now renames $comment in schemas to x-comment
v0.8.0
Require a CLI option ( --oidc-to-oauth2 ) to enable the conversion of openIdConnect security to oauth2 security (which allows defining descriptions for the scopes, which is not supported with openIdConnect )
v0.7.0
Fixes some doc bugs
Adds a new conversion: remove info.license.identifier