|
2 | 2 | { |
3 | 3 | "description": "email format", |
4 | 4 | "schema": { |
5 | | - "$schema": "https://json-schema.org/draft/next/schema", |
| 5 | + "$schema": "https://json-schema.org/v1", |
6 | 6 | "format": "email" |
7 | 7 | }, |
8 | 8 | "tests": [ |
|
46 | 46 | { |
47 | 47 | "description": "idn-email format", |
48 | 48 | "schema": { |
49 | | - "$schema": "https://json-schema.org/draft/next/schema", |
| 49 | + "$schema": "https://json-schema.org/v1", |
50 | 50 | "format": "idn-email" |
51 | 51 | }, |
52 | 52 | "tests": [ |
|
90 | 90 | { |
91 | 91 | "description": "regex format", |
92 | 92 | "schema": { |
93 | | - "$schema": "https://json-schema.org/draft/next/schema", |
| 93 | + "$schema": "https://json-schema.org/v1", |
94 | 94 | "format": "regex" |
95 | 95 | }, |
96 | 96 | "tests": [ |
|
134 | 134 | { |
135 | 135 | "description": "ipv4 format", |
136 | 136 | "schema": { |
137 | | - "$schema": "https://json-schema.org/draft/next/schema", |
| 137 | + "$schema": "https://json-schema.org/v1", |
138 | 138 | "format": "ipv4" |
139 | 139 | }, |
140 | 140 | "tests": [ |
|
178 | 178 | { |
179 | 179 | "description": "ipv6 format", |
180 | 180 | "schema": { |
181 | | - "$schema": "https://json-schema.org/draft/next/schema", |
| 181 | + "$schema": "https://json-schema.org/v1", |
182 | 182 | "format": "ipv6" |
183 | 183 | }, |
184 | 184 | "tests": [ |
|
222 | 222 | { |
223 | 223 | "description": "idn-hostname format", |
224 | 224 | "schema": { |
225 | | - "$schema": "https://json-schema.org/draft/next/schema", |
| 225 | + "$schema": "https://json-schema.org/v1", |
226 | 226 | "format": "idn-hostname" |
227 | 227 | }, |
228 | 228 | "tests": [ |
|
266 | 266 | { |
267 | 267 | "description": "hostname format", |
268 | 268 | "schema": { |
269 | | - "$schema": "https://json-schema.org/draft/next/schema", |
| 269 | + "$schema": "https://json-schema.org/v1", |
270 | 270 | "format": "hostname" |
271 | 271 | }, |
272 | 272 | "tests": [ |
|
310 | 310 | { |
311 | 311 | "description": "date format", |
312 | 312 | "schema": { |
313 | | - "$schema": "https://json-schema.org/draft/next/schema", |
| 313 | + "$schema": "https://json-schema.org/v1", |
314 | 314 | "format": "date" |
315 | 315 | }, |
316 | 316 | "tests": [ |
|
354 | 354 | { |
355 | 355 | "description": "date-time format", |
356 | 356 | "schema": { |
357 | | - "$schema": "https://json-schema.org/draft/next/schema", |
| 357 | + "$schema": "https://json-schema.org/v1", |
358 | 358 | "format": "date-time" |
359 | 359 | }, |
360 | 360 | "tests": [ |
|
398 | 398 | { |
399 | 399 | "description": "time format", |
400 | 400 | "schema": { |
401 | | - "$schema": "https://json-schema.org/draft/next/schema", |
| 401 | + "$schema": "https://json-schema.org/v1", |
402 | 402 | "format": "time" |
403 | 403 | }, |
404 | 404 | "tests": [ |
|
442 | 442 | { |
443 | 443 | "description": "json-pointer format", |
444 | 444 | "schema": { |
445 | | - "$schema": "https://json-schema.org/draft/next/schema", |
| 445 | + "$schema": "https://json-schema.org/v1", |
446 | 446 | "format": "json-pointer" |
447 | 447 | }, |
448 | 448 | "tests": [ |
|
486 | 486 | { |
487 | 487 | "description": "relative-json-pointer format", |
488 | 488 | "schema": { |
489 | | - "$schema": "https://json-schema.org/draft/next/schema", |
| 489 | + "$schema": "https://json-schema.org/v1", |
490 | 490 | "format": "relative-json-pointer" |
491 | 491 | }, |
492 | 492 | "tests": [ |
|
530 | 530 | { |
531 | 531 | "description": "iri format", |
532 | 532 | "schema": { |
533 | | - "$schema": "https://json-schema.org/draft/next/schema", |
| 533 | + "$schema": "https://json-schema.org/v1", |
534 | 534 | "format": "iri" |
535 | 535 | }, |
536 | 536 | "tests": [ |
|
574 | 574 | { |
575 | 575 | "description": "iri-reference format", |
576 | 576 | "schema": { |
577 | | - "$schema": "https://json-schema.org/draft/next/schema", |
| 577 | + "$schema": "https://json-schema.org/v1", |
578 | 578 | "format": "iri-reference" |
579 | 579 | }, |
580 | 580 | "tests": [ |
|
618 | 618 | { |
619 | 619 | "description": "uri format", |
620 | 620 | "schema": { |
621 | | - "$schema": "https://json-schema.org/draft/next/schema", |
| 621 | + "$schema": "https://json-schema.org/v1", |
622 | 622 | "format": "uri" |
623 | 623 | }, |
624 | 624 | "tests": [ |
|
662 | 662 | { |
663 | 663 | "description": "uri-reference format", |
664 | 664 | "schema": { |
665 | | - "$schema": "https://json-schema.org/draft/next/schema", |
| 665 | + "$schema": "https://json-schema.org/v1", |
666 | 666 | "format": "uri-reference" |
667 | 667 | }, |
668 | 668 | "tests": [ |
|
706 | 706 | { |
707 | 707 | "description": "uri-template format", |
708 | 708 | "schema": { |
709 | | - "$schema": "https://json-schema.org/draft/next/schema", |
| 709 | + "$schema": "https://json-schema.org/v1", |
710 | 710 | "format": "uri-template" |
711 | 711 | }, |
712 | 712 | "tests": [ |
|
750 | 750 | { |
751 | 751 | "description": "uuid format", |
752 | 752 | "schema": { |
753 | | - "$schema": "https://json-schema.org/draft/next/schema", |
| 753 | + "$schema": "https://json-schema.org/v1", |
754 | 754 | "format": "uuid" |
755 | 755 | }, |
756 | 756 | "tests": [ |
|
794 | 794 | { |
795 | 795 | "description": "duration format", |
796 | 796 | "schema": { |
797 | | - "$schema": "https://json-schema.org/draft/next/schema", |
| 797 | + "$schema": "https://json-schema.org/v1", |
798 | 798 | "format": "duration" |
799 | 799 | }, |
800 | 800 | "tests": [ |
|
0 commit comments