Skip to content

Commit 760cef7

Browse files
committed
Fix spelling, templates are not urirefs
1 parent de948c7 commit 760cef7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

hyper-schema.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,8 @@
4747
"not": { "$ref": "#" },
4848

4949
"base": {
50-
"description": "URI Template resolved as for the 'href' keyword in the Link Description Object. The resulting URI Refernce is resolved against the current URI base and sets the new URI base for URI references within the instance.",
51-
"type": "string",
52-
"format": "uriref"
50+
"description": "URI Template resolved as for the 'href' keyword in the Link Description Object. The resulting URI Reference is resolved against the current URI base and sets the new URI base for URI references within the instance.",
51+
"type": "string"
5352
},
5453
"links": {
5554
"type": "array",

0 commit comments

Comments
 (0)