Skip to content

Commit b741676

Browse files
committed
Fix hyper-schema meta-schema self link.
"id" became "$id", and we handle "$" through percent-encoding URI Templates reserve "$", but do not specify how percent-encoding is to be used, except that implementations should be consistent about it. We document that we always percent-decode variables before resolving them.
1 parent ca799d6 commit b741676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hyper-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
"links": [
130130
{
131131
"rel": "self",
132-
"href": "{+id}"
132+
"href": "{+%24id}"
133133
}
134134
]
135135
}

0 commit comments

Comments
 (0)