Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

fury-adapter-swagger 0.27.2

Compare
Choose a tag to compare
@kylef kylef released this 08 Aug 14:34
· 306 commits to master since this release

Bug Fixes

  • Prevents a 'Path Item Object' from being included in a Resource Group created by an 'Operation Object' in a previously defined 'Path Item Object'.

  • Optional parameters will now include an optional typeAttribute in the parse result. This will fix conversion to API Blueprint with fury-cli where optional parameters have shown up as required in the generated API Blueprint.

  • Allows generating of JSON bodies for schemas which make use of allOf and include circular references. Under some circumstances this would previously fail, and a warning may have been emitted "Unable to generate application/json example message body out of JSON Schema"