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.