-
-
Notifications
You must be signed in to change notification settings - Fork 348
Commit b741676
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
1 file changed
+1
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
129 | 129 |
| |
130 | 130 |
| |
131 | 131 |
| |
132 | - | ||
132 | + | ||
133 | 133 |
| |
134 | 134 |
| |
135 | 135 |
|
0 commit comments