|
1 | 1 | {
|
2 | | - "$schema": "http://json-schema.org/draft/hyper-schema#", |
3 | | - "$id": "http://json-schema.org/draft/hyper-schema#", |
| 2 | + "$schema": "http://json-schema.org/draft-06/hyper-schema#", |
| 3 | + "$id": "http://json-schema.org/draft-06/hyper-schema#", |
4 | 4 | "title": "JSON Hyper-Schema",
|
5 | 5 | "definitions": {
|
6 | 6 | "schemaArray": {
|
7 | 7 | "allOf": [
|
8 | | - { "$ref": "http://json-schema.org/drafts/schema" }, |
| 8 | + { "$ref": "http://json-schema.org/draft-06/schema#/definitions/schemaArray" }, |
9 | 9 | {
|
10 | 10 | "items": { "$ref": "#" }
|
11 | 11 | }
|
|
57 | 57 | }
|
58 | 58 | }
|
59 | 59 | },
|
60 | | - "allOf": [ { "$ref": "http://json-schema.org/draft/schema#" } ], |
| 60 | + "allOf": [ { "$ref": "http://json-schema.org/draft-06/schema#" } ], |
61 | 61 | "properties": {
|
62 | 62 | "additionalItems": {
|
63 | 63 | "anyOf": [
|
|
0 commit comments