This repository was archived by the owner on Nov 8, 2024. It is now read-only.
@apielements/openapi3-parser@0.13.1
·
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: falsewould have been incorrectly treated as required.