|
1 | 1 | {
|
2 |
| - "$schema": "http://json-schema.org/draft-08/hyper-schema#", |
3 |
| - "$id": "http://json-schema.org/draft-08/hyper-schema", |
| 2 | + "$schema": "http://json-schema.org/draft/2019-04/hyper-schema#", |
| 3 | + "$id": "http://json-schema.org/draft/2019-04/hyper-schema", |
| 4 | + "$vocabulary": { |
| 5 | + "https://json-schema.org/draft/2019-04/vocab/core": true, |
| 6 | + "https://json-schema.org/draft/2019-04/vocab/applicator": true, |
| 7 | + "https://json-schema.org/draft/2019-04/vocab/validation": true, |
| 8 | + "https://json-schema.org/draft/2019-04/vocab/meta-data": true, |
| 9 | + "https://json-schema.org/draft/2019-04/vocab/format": true, |
| 10 | + "https://json-schema.org/draft/2019-04/vocab/content": true, |
| 11 | + "https://json-schema.org/draft/2019-04/vocab/hyper-schema": true |
| 12 | + }, |
4 | 13 | "$recursiveAnchor": true,
|
5 | 14 |
|
6 | 15 | "title": "JSON Hyper-Schema",
|
7 |
| - "$ref": "http://json-schema.org/draft-08/schema", |
8 |
| - "properties": { |
9 |
| - "base": { |
10 |
| - "type": "string", |
11 |
| - "format": "uri-template" |
12 |
| - }, |
13 |
| - "links": { |
14 |
| - "type": "array", |
15 |
| - "items": { |
16 |
| - "$ref": "http://json-schema.org/draft-08/links" |
17 |
| - } |
18 |
| - } |
19 |
| - }, |
| 16 | + "allOf": [ |
| 17 | + {"$ref": "http://json-schema.org/draft/2019-04/schema"}, |
| 18 | + {"$ref": "http://json-schema.org/draft/2019-04/meta/hyper-schema"} |
| 19 | + ], |
20 | 20 | "links": [
|
21 | 21 | {
|
22 | 22 | "rel": "self",
|
|
0 commit comments