Skip to content

Commit d6c854d

Browse files
committed
Add hrefPointers to links schema.
1 parent cfcb806 commit d6c854d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

links.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
"type": "string",
1010
"format": "uri-template"
1111
},
12+
"hrefPointers": {
13+
"description": "a map of variable names to relative instance JSON Pointers, which adjust the instance location from which template variable resolution begins"
14+
},
1215
"hrefSchema": {
1316
"allOf": [
1417
{ "$ref": "http://json-schema.org/draft-06/hyper-schema#" }

0 commit comments

Comments
 (0)