You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jsonschema-hyperschema.xml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -739,7 +739,7 @@ GET /foo/
739
739
</figure>
740
740
</t>
741
741
<t>
742
-
A third party might then write provide the following Link Description Object at another location:
742
+
A third party might then provide the following Link Description Object at another location:
743
743
<figure>
744
744
<artwork>
745
745
<![CDATA[{
@@ -855,7 +855,7 @@ GET /foo/
855
855
This property specifies that the client can construct a templated query or non-idempotent request to a resource.
856
856
</t>
857
857
<t>
858
-
If "method" is "get", the link identifies how a user can compute the URI of an arbitrary resource. For example, how compute a link to a page of search results relating to the instance, for a user-selected query term. Despite being named after GET, there is no constraint on the method or protocol used to interact with the remote resource.
858
+
If "method" is "get", the link identifies how a user can compute the URI of an arbitrary resource. For example, how to compute a link to a page of search results relating to the instance, for a user-selected query term. Despite being named after GET, there is no constraint on the method or protocol used to interact with the remote resource.
859
859
</t>
860
860
<t>
861
861
If "method" is "post", the link specifies how a user can construct a document to submit to the link target for evaluation.
@@ -867,7 +867,7 @@ GET /foo/
867
867
868
868
<sectiontitle="encType">
869
869
<t>
870
-
If present, this property indicates the media type format the client should use to encode a query parameter or send to the server. posting to the collection of instances at the target resource.
870
+
If present, this property indicates the media type format the client should use to encode a query parameter or send to the server.
871
871
If the method is "get", this will indicate how to encode the query-string that is appended to the "href" link target.
872
872
If the method is "post", this indicates which media type to send to the server and how to encode it.
873
873
@@ -911,7 +911,7 @@ GET /foo/
911
911
</t>
912
912
913
913
<t>
914
-
Note that this does not provide data for any URI templates. That is handed by <xreftarget="hrefSchema">"hrefSchema"</xref>. If the method is "get" and the resolved URI Template has a query string, the query string produced by input validated against "schema" replaces the existing query string.
914
+
Note that this does not define the structure for URI template variables. That is handed by <xreftarget="hrefSchema">"hrefSchema"</xref>. If the method is "get" and the resolved URI Template has a query string, the query string produced by input validated against "schema" replaces the existing query string.
0 commit comments