Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit 065e118

Browse files
committed
Copy over built docs directly, no changes
1 parent 1224440 commit 065e118

21 files changed

+16009
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
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+
},
13+
"$recursiveAnchor": true,
14+
15+
"title": "JSON Hyper-Schema",
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+
"links": [
21+
{
22+
"rel": "self",
23+
"href": "{+%24id}"
24+
}
25+
]
26+
}

0 commit comments

Comments
 (0)