Skip to content

Commit fb22f27

Browse files
committed
Update links
1 parent 09253b5 commit fb22f27

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

links

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"$schema": "http://json-schema.org/draft-03/hyper-schema#",
3-
"id": "http://json-schema.org/draft-03/links#",
2+
"$schema": "http://json-schema.org/draft-04/hyper-schema#",
3+
"id": "http://json-schema.org/draft-04/links#",
44
"title": "Link Description Object",
55
"type": "object",
66
"required": [ "href", "rel" ],
@@ -19,7 +19,7 @@
1919
},
2020
"targetSchema": {
2121
"description": "JSON Schema describing the link target",
22-
"$ref": "#"
22+
"$ref": "hyper-schema#"
2323
},
2424
"mediaType": {
2525
"description": "media type (as defined by RFC 2046) describing the link target",
@@ -36,7 +36,7 @@
3636
},
3737
"schema": {
3838
"description": "Schema describing the data to submit along with the request",
39-
"$ref": "#"
39+
"$ref": "hyper-schema#"
4040
}
4141
}
4242
}

0 commit comments

Comments
 (0)