We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09253b5 commit fb22f27Copy full SHA for fb22f27
links
@@ -1,6 +1,6 @@
1
{
2
- "$schema": "http://json-schema.org/draft-03/hyper-schema#",
3
- "id": "http://json-schema.org/draft-03/links#",
+ "$schema": "http://json-schema.org/draft-04/hyper-schema#",
+ "id": "http://json-schema.org/draft-04/links#",
4
"title": "Link Description Object",
5
"type": "object",
6
"required": [ "href", "rel" ],
@@ -19,7 +19,7 @@
19
},
20
"targetSchema": {
21
"description": "JSON Schema describing the link target",
22
- "$ref": "#"
+ "$ref": "hyper-schema#"
23
24
"mediaType": {
25
"description": "media type (as defined by RFC 2046) describing the link target",
@@ -36,7 +36,7 @@
36
37
"schema": {
38
"description": "Schema describing the data to submit along with the request",
39
40
}
41
42
0 commit comments