Skip to content

JSON schema draft v7 and referencing overhaul

Compare
Choose a tag to compare
@dragonwasrobot dragonwasrobot released this 24 Mar 19:20
· 115 commits to master since this release

Changed

  • js2e now requires input JSON schema files to have schema version set to draft v7.
  • Updated json_schema dependency to v0.2.0 which has breaking changes as it perform a much needed overhaul of how references are handled by the parser such that both local and global references are now handled with the URI type.