-
I have found the test suite (https://github.com/json-schema-org/JSON-Schema-Test-Suite) insanely valuable for working through validations... I am now attempting to implement output (annotations, errors) inline with what I believe is the agreed go forward approach, detailed here https://json-schema.org/blog/posts/fixing-json-schema-output. I have been leveraging https://json-everything.net/json-schema/ however I'd love a complete suite that I can program against. I'd be extremely grateful for any guidance! Thanks @gregsdennis @handrewsfor putting out so much helpful content... It has helped me tremendously. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hey! What we have so far lives here, though there's also some discussion ongoing here which could definitely use your input or contributions! |
Beta Was this translation helpful? Give feedback.
-
In case someone else comes along and is also looking to understand the current draft-next output... In addition to the links @Julian provided above I found it extremely helpful to clone the json-schema-spec repo and run the makefile so you can read the draft-next spec. Finally this (article) was great for an overview of what is changing. |
Beta Was this translation helpful? Give feedback.
Hey! What we have so far lives here, though there's also some discussion ongoing here which could definitely use your input or contributions!