Skip to content

Commit 323611b

Browse files
committed
Switch order based on feedback.
1 parent 95507e9 commit 323611b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

jsonschema-hyperschema.xml

+8-8
Original file line numberDiff line numberDiff line change
@@ -395,14 +395,6 @@
395395
hint may be added in a future draft (see issue #73 in the GitHub repository).
396396
</cref>
397397
</t>
398-
<t>
399-
Link Description Objects do not directly indicate what operations, such
400-
as HTTP methods, are supported by the target resource. Instead, operations
401-
should be inferred primarily from link <xref target="rel">relation types</xref>
402-
and URI schemes. Note, however, that a resource may always decline an operation at
403-
runtime, for instance due to application state that controls the operation's
404-
availability.
405-
</t>
406398
<t>
407399
There are several ways that a client can use data can with a link:
408400
<list>
@@ -416,6 +408,14 @@
416408
schema keyword within the link description object. Link operations
417409
ignore schemas that are not relevant to their semantics.
418410
</t>
411+
<t>
412+
Link Description Objects do not directly indicate what operations, such
413+
as HTTP methods, are supported by the target resource. Instead, operations
414+
should be inferred primarily from link <xref target="rel">relation types</xref>
415+
and URI schemes. Note, however, that a resource may always decline an operation at
416+
runtime, for instance due to application state that controls the operation's
417+
availability.
418+
</t>
419419
<section title="Resolving templated URIs">
420420
<t>
421421
URI Template variables in <xref target="href">"href"</xref> resolve from

0 commit comments

Comments
 (0)