Skip to content

Commit 9cd5cfb

Browse files
committed
Hyper-schema: Reword "base" keyword
1 parent 5ebf5ec commit 9cd5cfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jsonschema-hyperschema.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@
183183
<section title="Schema keywords">
184184
<section title="base">
185185
<t>
186-
This keyword is a URI Template used to give an instance a URI base for which URI References from "links" are resolved against.
187-
If present, it is the first URI Reference resolved, it is resolved against the current URI base, and it sets the new URI base for the entire current instance.
186+
If present, this keyword is resolved against the current URI base that the entire instance is found within, and sets the new URI base for URI references within the instance.
187+
It is therefore the first URI Reference resolved, regardless of which order it was found in.
188188
</t>
189189
<t>
190190
The URI is computed from the provided URI template using the same process described for the <xref target="href">"href"</xref> property of a Link Description Object.

0 commit comments

Comments
 (0)