|
62 | 62 | "if-then-else|validate against correct branch, then vs else|invalid through else", |
63 | 63 | "if-then-else|validate against correct branch, then vs else|invalid through then", |
64 | 64 | "infinite-loop-detection|evaluating the same schema location against the same data location twice is not a sign of an infinite loop|failing case", |
| 65 | + "not|collect annotations inside a 'not', even if collection is disabled|unevaluated property", |
65 | 66 | "items|items and subitems|too many sub-items", |
66 | 67 | "items|items and subitems|wrong item", |
67 | 68 | "items|items and subitems|wrong sub-item", |
68 | | - "not|collect annotations inside a 'not', even if collection is disabled|unevaluated property", |
69 | 69 | "ref|$id must be resolved against nearest parent, not just immediate parent|non-number is invalid", |
70 | 70 | "ref|empty tokens in $ref json-pointer|non-number is invalid", |
71 | 71 | "vocabulary|schema that uses custom metaschema with with no validation vocabulary|no validation: invalid number, but it still validates", |
|
82 | 82 | "patternProperties|patternProperties with boolean schemas|object with property matching schema false is invalid", |
83 | 83 | "patternProperties|regexes are not anchored by default and are case sensitive|recognized members are accounted for", |
84 | 84 | "patternProperties|regexes are not anchored by default and are case sensitive|regexes are case sensitive, 2", |
85 | | - "prefixItems|a schema given for prefixItems|wrong types", |
86 | | - "prefixItems|prefixItems with boolean schemas|array with two items is invalid", |
87 | | - "properties|object properties validation|both properties invalid is invalid", |
88 | | - "properties|object properties validation|one property invalid is invalid", |
89 | 85 | "properties|properties whose names are Javascript object property names|__proto__ not valid", |
90 | 86 | "properties|properties whose names are Javascript object property names|constructor not valid", |
91 | 87 | "properties|properties whose names are Javascript object property names|toString not valid", |
92 | | - "properties|properties with boolean schema|both properties present is invalid", |
93 | | - "properties|properties with boolean schema|only 'false' property present is invalid", |
94 | | - "properties|properties with escaped characters|object with strings is invalid", |
95 | 88 | "properties|properties, patternProperties, additionalProperties interaction|additionalProperty invalidates others", |
96 | 89 | "properties|properties, patternProperties, additionalProperties interaction|patternProperty invalidates nonproperty", |
97 | 90 | "properties|properties, patternProperties, additionalProperties interaction|patternProperty invalidates property", |
|
0 commit comments