Skip to content

Commit 9b04054

Browse files
Update type.json tests for draft 2020-12
1 parent a30e2a3 commit 9b04054

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

tests/draft2020-12/type.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "integer type matches integers",
44
"specification": [{
55
"validation":"6.1.1",
6-
"url": "https://json-schema.org/draft/2020-12/json-schema-validation#type"
6+
"url": "https://json-schema.org/draft/2020-12/json-schema-validation#name-type"
77
}],
88
"schema": {
99
"$schema": "https://json-schema.org/draft/2020-12/schema",
@@ -61,7 +61,7 @@
6161
"description": "number type matches numbers",
6262
"specification": [{
6363
"validation":"6.1.1",
64-
"url": "https://json-schema.org/draft/2020-12/json-schema-validation#type"
64+
"url": "https://json-schema.org/draft/2020-12/json-schema-validation#name-type"
6565
}],
6666
"schema": {
6767
"$schema": "https://json-schema.org/draft/2020-12/schema",
@@ -119,7 +119,7 @@
119119
"description": "string type matches strings",
120120
"specification": [{
121121
"validation":"6.1.1",
122-
"url": "https://json-schema.org/draft/2020-12/json-schema-validation#type"
122+
"url": "https://json-schema.org/draft/2020-12/json-schema-validation#name-type"
123123
}],
124124
"schema": {
125125
"$schema": "https://json-schema.org/draft/2020-12/schema",
@@ -177,7 +177,7 @@
177177
"description": "object type matches objects",
178178
"specification": [{
179179
"validation":"6.1.1",
180-
"url": "https://json-schema.org/draft/2020-12/json-schema-validation#type"
180+
"url": "https://json-schema.org/draft/2020-12/json-schema-validation#name-type"
181181
}],
182182
"schema": {
183183
"$schema": "https://json-schema.org/draft/2020-12/schema",
@@ -225,7 +225,7 @@
225225
"description": "array type matches arrays",
226226
"specification": [{
227227
"validation":"6.1.1",
228-
"url": "https://json-schema.org/draft/2020-12/json-schema-validation#type"
228+
"url": "https://json-schema.org/draft/2020-12/json-schema-validation#name-type"
229229
}],
230230
"schema": {
231231
"$schema": "https://json-schema.org/draft/2020-12/schema",
@@ -273,7 +273,7 @@
273273
"description": "boolean type matches booleans",
274274
"specification": [{
275275
"validation":"6.1.1",
276-
"url": "https://json-schema.org/draft/2020-12/json-schema-validation#type"
276+
"url": "https://json-schema.org/draft/2020-12/json-schema-validation#name-type"
277277
}],
278278
"schema": {
279279
"$schema": "https://json-schema.org/draft/2020-12/schema",
@@ -336,7 +336,7 @@
336336
"description": "null type matches only the null object",
337337
"specification": [{
338338
"validation":"6.1.1",
339-
"url": "https://json-schema.org/draft/2020-12/json-schema-validation#type"
339+
"url": "https://json-schema.org/draft/2020-12/json-schema-validation#name-type"
340340
}],
341341
"schema": {
342342
"$schema": "https://json-schema.org/draft/2020-12/schema",
@@ -399,7 +399,7 @@
399399
"description": "multiple types can be specified in an array",
400400
"specification": [{
401401
"validation":"6.1.1",
402-
"url": "https://json-schema.org/draft/2020-12/json-schema-validation#type"
402+
"url": "https://json-schema.org/draft/2020-12/json-schema-validation#name-type"
403403
}],
404404
"schema": {
405405
"$schema": "https://json-schema.org/draft/2020-12/schema",
@@ -447,7 +447,7 @@
447447
"description": "type as array with one item",
448448
"specification": [{
449449
"validation":"6.1.1",
450-
"url": "https://json-schema.org/draft/2020-12/json-schema-validation#type"
450+
"url": "https://json-schema.org/draft/2020-12/json-schema-validation#name-type"
451451
}],
452452
"schema": {
453453
"$schema": "https://json-schema.org/draft/2020-12/schema",
@@ -470,7 +470,7 @@
470470
"description": "type: array or object",
471471
"specification": [{
472472
"validation":"6.1.1",
473-
"url": "https://json-schema.org/draft/2020-12/json-schema-validation#type"
473+
"url": "https://json-schema.org/draft/2020-12/json-schema-validation#name-type"
474474
}],
475475
"schema": {
476476
"$schema": "https://json-schema.org/draft/2020-12/schema",
@@ -508,7 +508,7 @@
508508
"description": "type: array, object or null",
509509
"specification": [{
510510
"validation":"6.1.1",
511-
"url": "https://json-schema.org/draft/2020-12/json-schema-validation#type"
511+
"url": "https://json-schema.org/draft/2020-12/json-schema-validation#name-type"
512512
}],
513513
"schema": {
514514
"$schema": "https://json-schema.org/draft/2020-12/schema",

0 commit comments

Comments
 (0)