Skip to content

Default keyword support and bug fixes

Latest
Compare
Choose a tag to compare
@dragonwasrobot dragonwasrobot released this 26 Mar 14:30
· 41 commits to master since this release

Added

  • Now supports the default keyword for each schema node type.
  • Now supports boolean values for the additionalProperties keyword.

Changed

  • When defining an anonymous type using the items keyword, it is now named :anonymous rather than items in the parsed document.

Fixed

  • Fixed a bug where the parser would throw an unexpected error if the items property contained a primitive type.