|
2 | 2 | { |
3 | 3 | "description": "integer type matches integers", |
4 | 4 | "specification": [{ |
5 | | - "validation":"6.1.1.", |
| 5 | + "validation":"6.1.1", |
6 | 6 | "url": "https://json-schema.org/draft/2020-12/json-schema-validation#type" |
7 | 7 | }], |
8 | 8 | "schema": { |
|
60 | 60 | { |
61 | 61 | "description": "number type matches numbers", |
62 | 62 | "specification": [{ |
63 | | - "validation":"6.1.1.", |
| 63 | + "validation":"6.1.1", |
64 | 64 | "url": "https://json-schema.org/draft/2020-12/json-schema-validation#type" |
65 | 65 | }], |
66 | 66 | "schema": { |
|
118 | 118 | { |
119 | 119 | "description": "string type matches strings", |
120 | 120 | "specification": [{ |
121 | | - "validation":"6.1.1.", |
| 121 | + "validation":"6.1.1", |
122 | 122 | "url": "https://json-schema.org/draft/2020-12/json-schema-validation#type" |
123 | 123 | }], |
124 | 124 | "schema": { |
|
176 | 176 | { |
177 | 177 | "description": "object type matches objects", |
178 | 178 | "specification": [{ |
179 | | - "validation":"6.1.1.", |
| 179 | + "validation":"6.1.1", |
180 | 180 | "url": "https://json-schema.org/draft/2020-12/json-schema-validation#type" |
181 | 181 | }], |
182 | 182 | "schema": { |
|
224 | 224 | { |
225 | 225 | "description": "array type matches arrays", |
226 | 226 | "specification": [{ |
227 | | - "validation":"6.1.1.", |
| 227 | + "validation":"6.1.1", |
228 | 228 | "url": "https://json-schema.org/draft/2020-12/json-schema-validation#type" |
229 | 229 | }], |
230 | 230 | "schema": { |
|
272 | 272 | { |
273 | 273 | "description": "boolean type matches booleans", |
274 | 274 | "specification": [{ |
275 | | - "validation":"6.1.1.", |
| 275 | + "validation":"6.1.1", |
276 | 276 | "url": "https://json-schema.org/draft/2020-12/json-schema-validation#type" |
277 | 277 | }], |
278 | 278 | "schema": { |
|
335 | 335 | { |
336 | 336 | "description": "null type matches only the null object", |
337 | 337 | "specification": [{ |
338 | | - "validation":"6.1.1.", |
| 338 | + "validation":"6.1.1", |
339 | 339 | "url": "https://json-schema.org/draft/2020-12/json-schema-validation#type" |
340 | 340 | }], |
341 | 341 | "schema": { |
|
398 | 398 | { |
399 | 399 | "description": "multiple types can be specified in an array", |
400 | 400 | "specification": [{ |
401 | | - "validation":"6.1.1.", |
| 401 | + "validation":"6.1.1", |
402 | 402 | "url": "https://json-schema.org/draft/2020-12/json-schema-validation#type" |
403 | 403 | }], |
404 | 404 | "schema": { |
|
446 | 446 | { |
447 | 447 | "description": "type as array with one item", |
448 | 448 | "specification": [{ |
449 | | - "validation":"6.1.1.", |
| 449 | + "validation":"6.1.1", |
450 | 450 | "url": "https://json-schema.org/draft/2020-12/json-schema-validation#type" |
451 | 451 | }], |
452 | 452 | "schema": { |
|
469 | 469 | { |
470 | 470 | "description": "type: array or object", |
471 | 471 | "specification": [{ |
472 | | - "validation":"6.1.1.", |
| 472 | + "validation":"6.1.1", |
473 | 473 | "url": "https://json-schema.org/draft/2020-12/json-schema-validation#type" |
474 | 474 | }], |
475 | 475 | "schema": { |
|
507 | 507 | { |
508 | 508 | "description": "type: array, object or null", |
509 | 509 | "specification": [{ |
510 | | - "validation":"6.1.1.", |
| 510 | + "validation":"6.1.1", |
511 | 511 | "url": "https://json-schema.org/draft/2020-12/json-schema-validation#type" |
512 | 512 | }], |
513 | 513 | "schema": { |
|
0 commit comments