You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assert.deepStrictEqual([],semanticErrors,`\n${fileName}\n${description}: No error expected: ${JSON.stringify(input)} against ${JSON.stringify(schema)}`);
44
44
}elseif(!valid&&semanticErrors.length===0){
@@ -122,15 +122,6 @@ const skippedTests = new Set([
122
122
"draft4/refRemote.json/root ref in remote ref/string is valid",
123
123
"draft4/refRemote.json/root ref in remote ref/null is valid",
124
124
"draft4/refRemote.json/Location-independent identifier in remote ref/integer is valid",
125
-
"draft6/boolean_schema.json/boolean schema 'false'/number is invalid",
126
-
"draft6/boolean_schema.json/boolean schema 'false'/string is invalid",
127
-
"draft6/boolean_schema.json/boolean schema 'false'/boolean true is invalid",
128
-
"draft6/boolean_schema.json/boolean schema 'false'/boolean false is invalid",
129
-
"draft6/boolean_schema.json/boolean schema 'false'/null is invalid",
130
-
"draft6/boolean_schema.json/boolean schema 'false'/object is invalid",
131
-
"draft6/boolean_schema.json/boolean schema 'false'/empty object is invalid",
132
-
"draft6/boolean_schema.json/boolean schema 'false'/array is invalid",
133
-
"draft6/boolean_schema.json/boolean schema 'false'/empty array is invalid",
134
125
"draft6/definitions.json/validate definition against metaschema/valid definition schema",
135
126
"draft6/id.json/id inside an enum is not a real identifier/exact match to enum, and type matches",
136
127
"draft6/id.json/id inside an enum is not a real identifier/match $ref to id",
@@ -155,15 +146,6 @@ const skippedTests = new Set([
155
146
"draft6/refRemote.json/remote ref with ref to definitions/valid",
156
147
"draft6/refRemote.json/Location-independent identifier in remote ref/integer is valid",
157
148
"draft6/unknownKeyword.json/$id inside an unknown keyword is not a real identifier/type matches second anyOf, which has a real schema in it",
158
-
"draft7/boolean_schema.json/boolean schema 'false'/number is invalid",
159
-
"draft7/boolean_schema.json/boolean schema 'false'/string is invalid",
160
-
"draft7/boolean_schema.json/boolean schema 'false'/boolean true is invalid",
161
-
"draft7/boolean_schema.json/boolean schema 'false'/boolean false is invalid",
162
-
"draft7/boolean_schema.json/boolean schema 'false'/null is invalid",
163
-
"draft7/boolean_schema.json/boolean schema 'false'/object is invalid",
164
-
"draft7/boolean_schema.json/boolean schema 'false'/empty object is invalid",
165
-
"draft7/boolean_schema.json/boolean schema 'false'/array is invalid",
166
-
"draft7/boolean_schema.json/boolean schema 'false'/empty array is invalid",
167
149
"draft7/id.json/id inside an enum is not a real identifier/exact match to enum, and type matches",
168
150
"draft7/id.json/id inside an enum is not a real identifier/match $ref to id",
169
151
"draft7/patternProperties.json/multiple simultaneous patternProperties are validated/an invalid due to the other is invalid",
@@ -190,15 +172,7 @@ const skippedTests = new Set([
190
172
"draft2019-09/anchor.json/Location-independent identifier with absolute URI/match",
191
173
"draft2019-09/anchor.json/Location-independent identifier with base URI change in subschema/match",
192
174
"draft2019-09/anchor.json/same $anchor with different base uri/$ref should resolve to /$defs/A/allOf/1",
193
-
"draft2019-09/boolean_schema.json/boolean schema 'false'/number is invalid",
194
-
"draft2019-09/boolean_schema.json/boolean schema 'false'/string is invalid",
195
-
"draft2019-09/boolean_schema.json/boolean schema 'false'/boolean true is invalid",
196
-
"draft2019-09/boolean_schema.json/boolean schema 'false'/boolean false is invalid",
197
-
"draft2019-09/boolean_schema.json/boolean schema 'false'/null is invalid",
198
-
"draft2019-09/boolean_schema.json/boolean schema 'false'/object is invalid",
199
-
"draft2019-09/boolean_schema.json/boolean schema 'false'/empty object is invalid",
200
-
"draft2019-09/boolean_schema.json/boolean schema 'false'/array is invalid",
201
-
"draft2019-09/boolean_schema.json/boolean schema 'false'/empty array is invalid",
175
+
202
176
"draft2019-09/defs.json/validate definition against metaschema/valid definition schema",
203
177
"draft2019-09/dependentSchemas.json/boolean subschemas/object with property having schema false is invalid",
204
178
"draft2019-09/dependentSchemas.json/boolean subschemas/object with both properties is invalid",
@@ -262,15 +236,6 @@ const skippedTests = new Set([
262
236
"draft2020-12/anchor.json/Location-independent identifier with absolute URI/match",
263
237
"draft2020-12/anchor.json/Location-independent identifier with base URI change in subschema/match",
264
238
"draft2020-12/anchor.json/same $anchor with different base uri/$ref should resolve to /$defs/A/allOf/1",
265
-
"draft2020-12/boolean_schema.json/boolean schema 'false'/number is invalid",
266
-
"draft2020-12/boolean_schema.json/boolean schema 'false'/string is invalid",
267
-
"draft2020-12/boolean_schema.json/boolean schema 'false'/boolean true is invalid",
268
-
"draft2020-12/boolean_schema.json/boolean schema 'false'/boolean false is invalid",
269
-
"draft2020-12/boolean_schema.json/boolean schema 'false'/null is invalid",
270
-
"draft2020-12/boolean_schema.json/boolean schema 'false'/object is invalid",
271
-
"draft2020-12/boolean_schema.json/boolean schema 'false'/empty object is invalid",
272
-
"draft2020-12/boolean_schema.json/boolean schema 'false'/array is invalid",
273
-
"draft2020-12/boolean_schema.json/boolean schema 'false'/empty array is invalid",
274
239
"draft2020-12/defs.json/validate definition against metaschema/valid definition schema",
275
240
"draft2020-12/dependentSchemas.json/boolean subschemas/object with property having schema false is invalid",
276
241
"draft2020-12/dependentSchemas.json/boolean subschemas/object with both properties is invalid",
0 commit comments