Skip to content

Commit 8f1cf83

Browse files
authored
Merge pull request #560 from handrews/draft-07
Remove duplicate hrefSchema from meta-schema
2 parents 7a6c26c + a8d0585 commit 8f1cf83

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

links.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@
2929
"format": "uri-template"
3030
},
3131
"hrefSchema": {
32-
"allOf": [
33-
{ "$ref": "http://json-schema.org/draft-07/hyper-schema#" }
34-
]
32+
"$ref": "http://json-schema.org/draft-07/hyper-schema#"
3533
},
3634
"templatePointers": {
3735
"type": "object",
@@ -63,9 +61,6 @@
6361
"type": "string"
6462
},
6563
"targetHints": { },
66-
"hrefSchema": {
67-
"$ref": "http://json-schema.org/draft-07/hyper-schema#"
68-
},
6964
"headerSchema": {
7065
"$ref": "http://json-schema.org/draft-07/hyper-schema#"
7166
},

0 commit comments

Comments
 (0)