Skip to content

Releases: apiture/openapi-down-convert

v0.14.1

28 Mar 15:15
edd8d57

Choose a tag to compare

Bugfix: fix #35 -- enable CLI parsing of the -oidc-to-oauth2 <scopes> option to convert from openIdConnect to oauth2 security for tools which do not support openIdConnect (such as openapi-generator)

BugFix - remove propertyNames

06 Nov 18:31
dbe46d1

Choose a tag to compare

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

23 Apr 15:25
831e627

Choose a tag to compare

correction for v0.13.1 which did not get all the fixes for #24 and #26

v0.13.0

15 Mar 21:51
99e45e9

Choose a tag to compare

Removed JSON schema patternProperties (fixed #20 )

v0.12.0

13 Mar 23:37
997ed6f

Choose a tag to compare

Fixes #18

v0.11.0

01 Feb 14:03
e0dfbdf

Choose a tag to compare

Adds logic to remove the top-level webhooks object, if one exists.
(This deletion is logged.)

v0.10.0

19 Jan 17:36
7e30ca0

Choose a tag to compare

  • now deletes $comment unless new CLI option --convert-schema-comments is used (if used, $comment is converted to x-comment)
  • Converts contentEncoding: base64 to format: byte in type: string schemas
  • Converts contentMediaType: 'application/octet-stream' to format: binaryintype: string` schemas

v0.9.0

22 Nov 21:30
fe59bc9

Choose a tag to compare

Tool now renames $comment in schemas to x-comment

v0.8.0

27 Jun 20:47
cf364ed

Choose a tag to compare

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

10 Apr 12:42
c171583

Choose a tag to compare

Fixes some doc bugs

Adds a new conversion: remove info.license.identifier