Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for draft-07? #16

Open
handrews opened this issue Dec 24, 2017 · 1 comment
Open

Support for draft-07? #16

handrews opened this issue Dec 24, 2017 · 1 comment

Comments

@handrews
Copy link

Hello! If this is still an active project, you may be interested to know that there have been new drafts published adding more features to JSON Schema and cleaning up some oddities.

  • draft-05 was a bugfix with no new features or meta-schema
  • draft-06 is not entirely backwards-compatible with draft-04 (id became $id, and exclusiveMaximum/exclusiveMinimum became numbers instead of boolean modifiers to maximum/minimums; also added contains, propertyNames, const, examples, and a few more formats)
  • draft-07 is backwards-compatible with draft-06 (added if/then/else, contentMediaType/contentEncoding, readOnly, writeOnly and numerous formats; some keywords like readOnly were moved over from hyper-schema b/c they had nothing to do with generating hyperlinks)
  • draft-08 will likely be published within the next six months
@lestrrat
Copy link
Collaborator

lestrrat commented Jan 3, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants