Skip to content

Commit 26135ac

Browse files
committed
Hyper-schema: Remove the "children" link example
1 parent c3363db commit 26135ac

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

jsonschema-hyperschema.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -532,9 +532,6 @@
532532
}, {
533533
"rel": "up",
534534
"href": "{upId}"
535-
}, {
536-
"rel": "children",
537-
"href": "?upId={id}"
538535
}]
539536
}]]>
540537
</artwork>
@@ -555,7 +552,6 @@
555552
</artwork>
556553
<postamble>
557554
This would indicate that for the first item in the collection, its own (self) URI would resolve to "/Resource/thing" and the first item's "up" relation SHOULD be resolved to the resource at "/Resource/parent".
558-
The "children" collection would be located at "/Resource/?upId=thing".
559555
</postamble>
560556
</figure>
561557

0 commit comments

Comments
 (0)