Shawn Silverman
Shawn Silverman
It's published in the 2019-09 draft (https://json-schema.org/draft/2019-09/json-schema-core.html#rfc.section.9.3.2.4). As for the complexity, I'm just following the existing code style for the other validators. "unevaluatedProperties" is similar to "additionalProperties", but it also...
@Gaff I ended up writing my own validator :)
@stevehu do you mean in my validator?
I hope I didn't get _too_ many false/true validity tests wrong as typos due to faulty cut & paste.
Maybe I’ll split this up more in each file...
Ok, I added a second commit that groups everything better and also orders them as they appear in the spec.
This also now closes #301.
@karenetheridge I started testing them today now that my new validator Is just about done. I wrote one so I could better understand the spec and hence the tests. I’ve...
I just added a way for the meta tests to be tested as schemas and not just as plain instances. There's currently "isAllSchemas" for each test set, and for finer...
Just changed "isAllSchemas" to "isMetaSchema" and removed "isSchema".