Skip to content

Commit 3738422

Browse files
committed
Better meta-schema for hrefPointers
Specify the actual object and property types, and drop the description as we no longer keep those in the meta-schema.
1 parent 81cde06 commit 3738422

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

links.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
"format": "uri-template"
1111
},
1212
"hrefPointers": {
13-
"description": "a map of variable names to relative instance JSON Pointers, which adjust the instance location from which template variable resolution begins"
13+
"type": "object",
14+
"additionalProperties": {
15+
"type": "string"
16+
}
1417
},
1518
"hrefSchema": {
1619
"allOf": [

0 commit comments

Comments
 (0)