-
-
Notifications
You must be signed in to change notification settings - Fork 588
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
draft-07 support #400
Comments
See #337 as it will be a much smaller follow-on to draft-06 support. To summarize the discussion there, draft-07 requires all of draft-06 so releasing draft-06 as soon as it is ready doesn't really slow down progress to draft-07. |
Yeah think Draft 7 support will hit fairly quickly after that one finally gets merged. |
Would love the ability to do version 7! |
Is it possible to follow progress or/and pending tasks for any of the two versions anywhere? I'm thinking of a wiki page with TODOs, a label or milestone for pending issues or anything like that. This would allow people to know not only how far or close new versions are, but also where hands are needed. |
There's a checklist on the draft 6 ticket. On this one, there's a branch ( |
Is there a checklist? |
Hi! Beyond the one from the Draft6 ticket, essentially for Draft7 all that's left specifically for Draft7 is adding support for The branch that's out there passes everything else besides those.
|
The draft 7 specific pieces here are done and merged, so I'm going to close this one at least -- the next stable release will have full draft 7 support other than a format or two that doesn't have an existing implementation. |
fc05651cc Merge pull request #409 from Stranger6667/dd/add-jsonschema-rs 5f1575a93 Add Rust `jsonschema` crate 2bf95beec Merge pull request #407 from fisxoj/master 9ae956b21 Add common lisp implementation to the list d4ffd569b Merge pull request #401 from json-schema-org/ether/format-uuid 2d6c45711 tests for the "uuid" format 08f6cdaff Merge pull request #400 from json-schema-org/ether/more-format-ipv6 d3064eb3a some more tests for the "ipv6" format 1f34d3321 Merge pull request #399 from json-schema-org/ether/more-format-idn-email 22adda78c also test the "email" inputs against "idn-email" 25598a3b4 Merge pull request #392 from rjmill/rjmill/test-prop-named-ref-containing-a-ref 8dfa8adc9 Merge pull request #380 from ChALkeR/fix-ecmascript-regex d595dbf9d backport $ref cases, changing "$defs" to "definitions" ca8319c9e Fix \W test description 452b5f8f4 Test property named $ref, containing an actual $ref a01ae5404 Fix ECMA 262 regex whitespace tests. git-subtree-dir: json git-subtree-split: fc05651cce3889975f8dbcca38c203d6a396694b
In our current project we are using JSON draft-07 schema, is there any plan to introduce the support to draft-07 ? Thanks.
The text was updated successfully, but these errors were encountered: