We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b0681c commit 0f05f32Copy full SHA for 0f05f32
links.json
@@ -10,7 +10,9 @@
10
"format": "uri-template"
11
},
12
"hrefSchema": {
13
- "allOf": [ {"$ref": "#"} ]
+ "allOf": [
14
+ { "$ref": "http://json-schema.org/draft-06/hyper-schema#" }
15
+ ]
16
17
"rel": {
18
"type": "string"
@@ -19,7 +21,9 @@
19
21
20
22
23
"targetSchema": {
- "allOf": [ { "$ref": "hyper-schema#" } ]
24
25
26
27
28
"mediaType": {
29
@@ -29,7 +33,9 @@
33
"default": "application/json"
30
34
31
35
"submissionSchema": {
32
36
37
38
39
}
40
41
0 commit comments