Skip to content

Commit a30e2a3

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

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
@@ -2,7 +2,7 @@
22
{
33
"description": "integer type matches integers",
44
"specification": [{
5-
"validation":"6.1.1.",
5+
"validation":"6.1.1",
66
"url": "https://json-schema.org/draft/2020-12/json-schema-validation#type"
77
}],
88
"schema": {
@@ -60,7 +60,7 @@
6060
{
6161
"description": "number type matches numbers",
6262
"specification": [{
63-
"validation":"6.1.1.",
63+
"validation":"6.1.1",
6464
"url": "https://json-schema.org/draft/2020-12/json-schema-validation#type"
6565
}],
6666
"schema": {
@@ -118,7 +118,7 @@
118118
{
119119
"description": "string type matches strings",
120120
"specification": [{
121-
"validation":"6.1.1.",
121+
"validation":"6.1.1",
122122
"url": "https://json-schema.org/draft/2020-12/json-schema-validation#type"
123123
}],
124124
"schema": {
@@ -176,7 +176,7 @@
176176
{
177177
"description": "object type matches objects",
178178
"specification": [{
179-
"validation":"6.1.1.",
179+
"validation":"6.1.1",
180180
"url": "https://json-schema.org/draft/2020-12/json-schema-validation#type"
181181
}],
182182
"schema": {
@@ -224,7 +224,7 @@
224224
{
225225
"description": "array type matches arrays",
226226
"specification": [{
227-
"validation":"6.1.1.",
227+
"validation":"6.1.1",
228228
"url": "https://json-schema.org/draft/2020-12/json-schema-validation#type"
229229
}],
230230
"schema": {
@@ -272,7 +272,7 @@
272272
{
273273
"description": "boolean type matches booleans",
274274
"specification": [{
275-
"validation":"6.1.1.",
275+
"validation":"6.1.1",
276276
"url": "https://json-schema.org/draft/2020-12/json-schema-validation#type"
277277
}],
278278
"schema": {
@@ -335,7 +335,7 @@
335335
{
336336
"description": "null type matches only the null object",
337337
"specification": [{
338-
"validation":"6.1.1.",
338+
"validation":"6.1.1",
339339
"url": "https://json-schema.org/draft/2020-12/json-schema-validation#type"
340340
}],
341341
"schema": {
@@ -398,7 +398,7 @@
398398
{
399399
"description": "multiple types can be specified in an array",
400400
"specification": [{
401-
"validation":"6.1.1.",
401+
"validation":"6.1.1",
402402
"url": "https://json-schema.org/draft/2020-12/json-schema-validation#type"
403403
}],
404404
"schema": {
@@ -446,7 +446,7 @@
446446
{
447447
"description": "type as array with one item",
448448
"specification": [{
449-
"validation":"6.1.1.",
449+
"validation":"6.1.1",
450450
"url": "https://json-schema.org/draft/2020-12/json-schema-validation#type"
451451
}],
452452
"schema": {
@@ -469,7 +469,7 @@
469469
{
470470
"description": "type: array or object",
471471
"specification": [{
472-
"validation":"6.1.1.",
472+
"validation":"6.1.1",
473473
"url": "https://json-schema.org/draft/2020-12/json-schema-validation#type"
474474
}],
475475
"schema": {
@@ -507,7 +507,7 @@
507507
{
508508
"description": "type: array, object or null",
509509
"specification": [{
510-
"validation":"6.1.1.",
510+
"validation":"6.1.1",
511511
"url": "https://json-schema.org/draft/2020-12/json-schema-validation#type"
512512
}],
513513
"schema": {

0 commit comments

Comments
 (0)