-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
hyper-schema.json
28 lines (27 loc) · 1.16 KB
/
hyper-schema.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"$comment": "This file represents a work in progress and may not be a complete or valid 2019-09 / 2020-12 schema or vocabulary",
"$schema": "https://json-schema.org/draft/2019-09/hyper-schema",
"$id": "https://json-schema.org/draft/2019-09/hyper-schema",
"$vocabulary": {
"https://json-schema.org/draft/2019-09/vocab/core": true,
"https://json-schema.org/draft/2019-09/vocab/applicator": true,
"https://json-schema.org/draft/2019-09/vocab/unevaluated": true,
"https://json-schema.org/draft/2019-09/vocab/validation": true,
"https://json-schema.org/draft/2019-09/vocab/meta-data": true,
"https://json-schema.org/draft/2019-09/vocab/format": false,
"https://json-schema.org/draft/2019-09/vocab/content": true,
"https://json-schema.org/draft/2019-09/vocab/hyper-schema": true
},
"$dynamicAnchor": "meta",
"title": "JSON Hyper-Schema",
"allOf": [
{"$ref": "https://json-schema.org/draft/2019-09/schema"},
{"$ref": "https://json-schema.org/draft/2019-09/meta/hyper-schema"}
],
"links": [
{
"rel": "self",
"href": "{+%24id}"
}
]
}