This repository was archived by the owner on Nov 8, 2024. It is now read-only.
·
113 commits
to master
since this release
Bug Fixes
-
Prior versions of the adapter reported the following 'Header Object' keys as invalid:
style
,explode
,allowReserved
,schema
,content
,example
, andexamples
. These will now return an unsupported warning instead. -
Negative boolean YAML values was previously treated as true and thus Parameter Object's with
required: false
would have been incorrectly treated as required.