Skip to content

Commit

Permalink
Better meta-schema for hrefPointers
Browse files Browse the repository at this point in the history
Specify the actual object and property types, and drop
the description as we no longer keep those in the meta-schema.
  • Loading branch information
handrews committed Sep 14, 2017
1 parent c3b8096 commit b131bfe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion links.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
"format": "uri-template"
},
"hrefPointers": {
"description": "a map of variable names to relative instance JSON Pointers, which adjust the instance location from which template variable resolution begins"
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"hrefSchema": {
"allOf": [
Expand Down

0 comments on commit b131bfe

Please sign in to comment.