|
2 | 2 | { |
3 | 3 | "description": "integer type matches integers", |
4 | 4 | "specification": [{ |
5 | | - "vocabulary": "validation", |
6 | | - "section": "6.1", |
| 5 | + "validation":"6.1.1.", |
7 | 6 | "url": "https://json-schema.org/draft/2020-12/json-schema-validation#type" |
8 | 7 | }], |
9 | 8 | "schema": { |
|
61 | 60 | { |
62 | 61 | "description": "number type matches numbers", |
63 | 62 | "specification": [{ |
64 | | - "vocabulary": "validation", |
65 | | - "section": "6.1", |
| 63 | + "validation":"6.1.1.", |
66 | 64 | "url": "https://json-schema.org/draft/2020-12/json-schema-validation#type" |
67 | 65 | }], |
68 | 66 | "schema": { |
|
120 | 118 | { |
121 | 119 | "description": "string type matches strings", |
122 | 120 | "specification": [{ |
123 | | - "vocabulary": "validation", |
124 | | - "section": "6.1", |
| 121 | + "validation":"6.1.1.", |
125 | 122 | "url": "https://json-schema.org/draft/2020-12/json-schema-validation#type" |
126 | 123 | }], |
127 | 124 | "schema": { |
|
179 | 176 | { |
180 | 177 | "description": "object type matches objects", |
181 | 178 | "specification": [{ |
182 | | - "vocabulary": "validation", |
183 | | - "section": "6.1", |
| 179 | + "validation":"6.1.1.", |
184 | 180 | "url": "https://json-schema.org/draft/2020-12/json-schema-validation#type" |
185 | 181 | }], |
186 | 182 | "schema": { |
|
228 | 224 | { |
229 | 225 | "description": "array type matches arrays", |
230 | 226 | "specification": [{ |
231 | | - "vocabulary": "validation", |
232 | | - "section": "6.1", |
| 227 | + "validation":"6.1.1.", |
233 | 228 | "url": "https://json-schema.org/draft/2020-12/json-schema-validation#type" |
234 | 229 | }], |
235 | 230 | "schema": { |
|
277 | 272 | { |
278 | 273 | "description": "boolean type matches booleans", |
279 | 274 | "specification": [{ |
280 | | - "vocabulary": "validation", |
281 | | - "section": "6.1", |
| 275 | + "validation":"6.1.1.", |
282 | 276 | "url": "https://json-schema.org/draft/2020-12/json-schema-validation#type" |
283 | 277 | }], |
284 | 278 | "schema": { |
|
341 | 335 | { |
342 | 336 | "description": "null type matches only the null object", |
343 | 337 | "specification": [{ |
344 | | - "vocabulary": "validation", |
345 | | - "section": "6.1", |
| 338 | + "validation":"6.1.1.", |
346 | 339 | "url": "https://json-schema.org/draft/2020-12/json-schema-validation#type" |
347 | 340 | }], |
348 | 341 | "schema": { |
|
405 | 398 | { |
406 | 399 | "description": "multiple types can be specified in an array", |
407 | 400 | "specification": [{ |
408 | | - "vocabulary": "validation", |
409 | | - "section": "6.1", |
| 401 | + "validation":"6.1.1.", |
410 | 402 | "url": "https://json-schema.org/draft/2020-12/json-schema-validation#type" |
411 | 403 | }], |
412 | 404 | "schema": { |
|
454 | 446 | { |
455 | 447 | "description": "type as array with one item", |
456 | 448 | "specification": [{ |
457 | | - "vocabulary": "validation", |
458 | | - "section": "6.1", |
| 449 | + "validation":"6.1.1.", |
459 | 450 | "url": "https://json-schema.org/draft/2020-12/json-schema-validation#type" |
460 | 451 | }], |
461 | 452 | "schema": { |
|
478 | 469 | { |
479 | 470 | "description": "type: array or object", |
480 | 471 | "specification": [{ |
481 | | - "vocabulary": "validation", |
482 | | - "section": "6.1", |
| 472 | + "validation":"6.1.1.", |
483 | 473 | "url": "https://json-schema.org/draft/2020-12/json-schema-validation#type" |
484 | 474 | }], |
485 | 475 | "schema": { |
|
517 | 507 | { |
518 | 508 | "description": "type: array, object or null", |
519 | 509 | "specification": [{ |
520 | | - "vocabulary": "validation", |
521 | | - "section": "6.1", |
| 510 | + "validation":"6.1.1.", |
522 | 511 | "url": "https://json-schema.org/draft/2020-12/json-schema-validation#type" |
523 | 512 | }], |
524 | 513 | "schema": { |
|
0 commit comments