|
3 | 3 | "description": "integer type matches integers", |
4 | 4 | "specification": [{ |
5 | 5 | "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" |
7 | 7 | }], |
8 | 8 | "schema": { |
9 | 9 | "$schema": "https://json-schema.org/draft/2020-12/schema", |
|
61 | 61 | "description": "number type matches numbers", |
62 | 62 | "specification": [{ |
63 | 63 | "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" |
65 | 65 | }], |
66 | 66 | "schema": { |
67 | 67 | "$schema": "https://json-schema.org/draft/2020-12/schema", |
|
119 | 119 | "description": "string type matches strings", |
120 | 120 | "specification": [{ |
121 | 121 | "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" |
123 | 123 | }], |
124 | 124 | "schema": { |
125 | 125 | "$schema": "https://json-schema.org/draft/2020-12/schema", |
|
177 | 177 | "description": "object type matches objects", |
178 | 178 | "specification": [{ |
179 | 179 | "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" |
181 | 181 | }], |
182 | 182 | "schema": { |
183 | 183 | "$schema": "https://json-schema.org/draft/2020-12/schema", |
|
225 | 225 | "description": "array type matches arrays", |
226 | 226 | "specification": [{ |
227 | 227 | "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" |
229 | 229 | }], |
230 | 230 | "schema": { |
231 | 231 | "$schema": "https://json-schema.org/draft/2020-12/schema", |
|
273 | 273 | "description": "boolean type matches booleans", |
274 | 274 | "specification": [{ |
275 | 275 | "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" |
277 | 277 | }], |
278 | 278 | "schema": { |
279 | 279 | "$schema": "https://json-schema.org/draft/2020-12/schema", |
|
336 | 336 | "description": "null type matches only the null object", |
337 | 337 | "specification": [{ |
338 | 338 | "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" |
340 | 340 | }], |
341 | 341 | "schema": { |
342 | 342 | "$schema": "https://json-schema.org/draft/2020-12/schema", |
|
399 | 399 | "description": "multiple types can be specified in an array", |
400 | 400 | "specification": [{ |
401 | 401 | "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" |
403 | 403 | }], |
404 | 404 | "schema": { |
405 | 405 | "$schema": "https://json-schema.org/draft/2020-12/schema", |
|
447 | 447 | "description": "type as array with one item", |
448 | 448 | "specification": [{ |
449 | 449 | "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" |
451 | 451 | }], |
452 | 452 | "schema": { |
453 | 453 | "$schema": "https://json-schema.org/draft/2020-12/schema", |
|
470 | 470 | "description": "type: array or object", |
471 | 471 | "specification": [{ |
472 | 472 | "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" |
474 | 474 | }], |
475 | 475 | "schema": { |
476 | 476 | "$schema": "https://json-schema.org/draft/2020-12/schema", |
|
508 | 508 | "description": "type: array, object or null", |
509 | 509 | "specification": [{ |
510 | 510 | "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" |
512 | 512 | }], |
513 | 513 | "schema": { |
514 | 514 | "$schema": "https://json-schema.org/draft/2020-12/schema", |
|
0 commit comments