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
Copy file name to clipboardExpand all lines: src/test/jsonSchemaTestSuite.test.ts
-30Lines changed: 0 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -122,12 +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
-
"draft4/uniqueItems.json/uniqueItems validation/non-unique array of objects is invalid",
126
-
"draft4/uniqueItems.json/uniqueItems validation/non-unique array of nested objects is invalid",
127
-
"draft4/uniqueItems.json/uniqueItems validation/non-unique array of arrays is invalid",
128
-
"draft4/uniqueItems.json/uniqueItems validation/non-unique array of more than two arrays is invalid",
129
-
"draft4/uniqueItems.json/uniqueItems validation/non-unique heterogeneous types are invalid",
130
-
"draft4/uniqueItems.json/uniqueItems validation/objects are non-unique despite key order",
131
125
"draft6/boolean_schema.json/boolean schema 'false'/number is invalid",
132
126
"draft6/boolean_schema.json/boolean schema 'false'/string is invalid",
133
127
"draft6/boolean_schema.json/boolean schema 'false'/boolean true is invalid",
@@ -160,12 +154,6 @@ const skippedTests = new Set([
160
154
"draft6/refRemote.json/root ref in remote ref/null is valid",
161
155
"draft6/refRemote.json/remote ref with ref to definitions/valid",
162
156
"draft6/refRemote.json/Location-independent identifier in remote ref/integer is valid",
163
-
"draft6/uniqueItems.json/uniqueItems validation/non-unique array of objects is invalid",
164
-
"draft6/uniqueItems.json/uniqueItems validation/non-unique array of nested objects is invalid",
165
-
"draft6/uniqueItems.json/uniqueItems validation/non-unique array of arrays is invalid",
166
-
"draft6/uniqueItems.json/uniqueItems validation/non-unique array of more than two arrays is invalid",
167
-
"draft6/uniqueItems.json/uniqueItems validation/non-unique heterogeneous types are invalid",
168
-
"draft6/uniqueItems.json/uniqueItems validation/objects are non-unique despite key order",
169
157
"draft6/unknownKeyword.json/$id inside an unknown keyword is not a real identifier/type matches second anyOf, which has a real schema in it",
170
158
"draft7/boolean_schema.json/boolean schema 'false'/number is invalid",
171
159
"draft7/boolean_schema.json/boolean schema 'false'/string is invalid",
@@ -198,12 +186,6 @@ const skippedTests = new Set([
198
186
"draft7/refRemote.json/root ref in remote ref/null is valid",
199
187
"draft7/refRemote.json/remote ref with ref to definitions/valid",
200
188
"draft7/refRemote.json/Location-independent identifier in remote ref/integer is valid",
201
-
"draft7/uniqueItems.json/uniqueItems validation/non-unique array of objects is invalid",
202
-
"draft7/uniqueItems.json/uniqueItems validation/non-unique array of nested objects is invalid",
203
-
"draft7/uniqueItems.json/uniqueItems validation/non-unique array of arrays is invalid",
204
-
"draft7/uniqueItems.json/uniqueItems validation/non-unique array of more than two arrays is invalid",
205
-
"draft7/uniqueItems.json/uniqueItems validation/non-unique heterogeneous types are invalid",
206
-
"draft7/uniqueItems.json/uniqueItems validation/objects are non-unique despite key order",
207
189
"draft7/unknownKeyword.json/$id inside an unknown keyword is not a real identifier/type matches second anyOf, which has a real schema in it",
208
190
"draft2019-09/anchor.json/Location-independent identifier with absolute URI/match",
209
191
"draft2019-09/anchor.json/Location-independent identifier with base URI change in subschema/match",
@@ -275,12 +257,6 @@ const skippedTests = new Set([
275
257
"draft2019-09/unevaluatedProperties.json/unevaluatedProperties with $ref/with no unevaluated properties",
276
258
"draft2019-09/unevaluatedProperties.json/dynamic evalation inside nested refs/all is valid",
277
259
"draft2019-09/unevaluatedProperties.json/dynamic evalation inside nested refs/all + foo is valid",
278
-
"draft2019-09/uniqueItems.json/uniqueItems validation/non-unique array of objects is invalid",
279
-
"draft2019-09/uniqueItems.json/uniqueItems validation/non-unique array of nested objects is invalid",
280
-
"draft2019-09/uniqueItems.json/uniqueItems validation/non-unique array of arrays is invalid",
281
-
"draft2019-09/uniqueItems.json/uniqueItems validation/non-unique array of more than two arrays is invalid",
282
-
"draft2019-09/uniqueItems.json/uniqueItems validation/non-unique heterogeneous types are invalid",
283
-
"draft2019-09/uniqueItems.json/uniqueItems validation/objects are non-unique despite key order",
284
260
"draft2019-09/unknownKeyword.json/$id inside an unknown keyword is not a real identifier/type matches second anyOf, which has a real schema in it",
285
261
"draft2019-09/vocabulary.json/schema that uses custom metaschema with with no validation vocabulary/no validation: invalid number, but it still validates",
286
262
"draft2020-12/anchor.json/Location-independent identifier with absolute URI/match",
@@ -349,12 +325,6 @@ const skippedTests = new Set([
349
325
"draft2020-12/unevaluatedProperties.json/unevaluatedProperties with $ref/with no unevaluated properties",
350
326
"draft2020-12/unevaluatedProperties.json/dynamic evalation inside nested refs/all is valid",
351
327
"draft2020-12/unevaluatedProperties.json/dynamic evalation inside nested refs/all + foo is valid",
352
-
"draft2020-12/uniqueItems.json/uniqueItems validation/non-unique array of objects is invalid",
353
-
"draft2020-12/uniqueItems.json/uniqueItems validation/non-unique array of nested objects is invalid",
354
-
"draft2020-12/uniqueItems.json/uniqueItems validation/non-unique array of arrays is invalid",
355
-
"draft2020-12/uniqueItems.json/uniqueItems validation/non-unique array of more than two arrays is invalid",
356
-
"draft2020-12/uniqueItems.json/uniqueItems validation/non-unique heterogeneous types are invalid",
357
-
"draft2020-12/uniqueItems.json/uniqueItems validation/objects are non-unique despite key order",
358
328
"draft2020-12/unknownKeyword.json/$id inside an unknown keyword is not a real identifier/type matches second anyOf, which has a real schema in it",
359
329
"draft2020-12/vocabulary.json/schema that uses custom metaschema with with no validation vocabulary/no validation: invalid number, but it still validates"
0 commit comments