Skip to content

Commit 80b369b

Browse files
Fix specification links in draft2020-12 type tests
1 parent 5b2be6c commit 80b369b

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

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
{
6-
"validation": "8.2.1"
6+
"validation": "6.1.1"
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
{
64-
"validation": "8.2.1"
64+
"validation": "6.1.1"
6565
}],
6666

6767
"schema": {
@@ -120,7 +120,7 @@
120120
"description": "string type matches strings",
121121
"specification": [
122122
{
123-
"validation": "8.2.1"
123+
"validation": "6.1.1"
124124
}],
125125

126126
"schema": {
@@ -179,7 +179,7 @@
179179
"description": "object type matches objects",
180180
"specification": [
181181
{
182-
"validation": "8.2.1"
182+
"validation": "6.1.1"
183183
}],
184184

185185
"schema": {
@@ -228,7 +228,7 @@
228228
"description": "array type matches arrays",
229229
"specification": [
230230
{
231-
"validation": "8.2.1"
231+
"validation": "6.1.1"
232232
}],
233233

234234
"schema": {
@@ -277,7 +277,7 @@
277277
"description": "boolean type matches booleans",
278278
"specification": [
279279
{
280-
"validation": "8.2.1"
280+
"validation": "6.1.1"
281281
}],
282282

283283
"schema": {
@@ -341,7 +341,7 @@
341341
"description": "null type matches only the null object",
342342
"specification": [
343343
{
344-
"validation": "8.2.1"
344+
"validation": "6.1.1"
345345
}],
346346

347347
"schema": {
@@ -405,7 +405,7 @@
405405
"description": "multiple types can be specified in an array",
406406
"specification": [
407407
{
408-
"validation": "8.2.1"
408+
"validation": "6.1.1"
409409
}],
410410

411411
"schema": {
@@ -454,7 +454,7 @@
454454
"description": "type as array with one item",
455455
"specification": [
456456
{
457-
"validation": "8.2.1"
457+
"validation": "6.1.1"
458458
}],
459459

460460
"schema": {
@@ -478,7 +478,7 @@
478478
"description": "type: array or object",
479479
"specification": [
480480
{
481-
"validation": "8.2.1"
481+
"validation": "6.1.1"
482482
}],
483483

484484
"schema": {
@@ -517,7 +517,7 @@
517517
"description": "type: array, object or null",
518518
"specification": [
519519
{
520-
"validation": "8.2.1"
520+
"validation": "6.1.1"
521521
}],
522522

523523
"schema": {

0 commit comments

Comments
 (0)