Skip to content

Commit 59f3d75

Browse files
Denis Laxaldehandrews
Denis Laxalde
authored andcommitted
Make it clearer which links are refered at in hrefPointers explanation
1 parent d6c854d commit 59f3d75

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

jsonschema-hyperschema.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -732,12 +732,12 @@
732732
</artwork>
733733
</figure>
734734
<t>
735-
The context node's id resolves with the standard process and
736-
therefore does not appear in "hrefPointers". The root id is located
737-
using an absolute JSON Pointer, while the parent node
738-
uses a Relative JSON Pointer, going up two levels (one level up
739-
is the array of children, two levels up is the whole parent node),
740-
and then looking at the "id" field from that point.
735+
In "self" link, the context node's id resolves with the standard process and
736+
therefore does not appear in "hrefPointers". In both "self" and "up" links,
737+
the root id is located using an absolute JSON Pointer. Finally, in "up" link,
738+
the parent node uses a Relative JSON Pointer, going up two levels (one level up
739+
is the array of children, two levels up is the whole parent node), and then
740+
looking at the "id" field from that point.
741741
</t>
742742
<figure>
743743
<preamble>

0 commit comments

Comments
 (0)