Skip to content

Commit 07c7815

Browse files
committed
Condense server-side usage overview
It does not need as much detail, and I had left out the important application towards server push.
1 parent 47e990a commit 07c7815

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

jsonschema-hyperschema.xml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<!ENTITY rfc7231 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.7231.xml">
1515
<!ENTITY I-D.nottingham-rfc5988bis SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml3/reference.I-D.draft-nottingham-rfc5988bis-08.xml">
1616
<!ENTITY I-D.luff-relative-json-pointer SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml3/reference.I-D.draft-luff-relative-json-pointer-00.xml">
17-
<!ENTITY I-D.kelly-json-hal SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml3/reference.I-D.draft-kelly-json-hal-08.xml">
1817
<!ENTITY I-D.reschke-http-jfv SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml3/reference.I-D.draft-reschke-http-jfv-06.xml">
1918
<!ENTITY ldp SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml4/reference.W3C.REC-ldp-20150226.xml">
2019
]>
@@ -160,17 +159,9 @@
160159
Hyper-schemas allow representations to take up fewer bytes on the wire, and
161160
distribute the burden of link construction from the server to each client.
162161
A user agent need not construct a link unless a client application requests
163-
that link.
164-
</t>
165-
<t>
166-
JSON Hyper-Schema can also be used on the server side to generate other
167-
link serializations at runtime, such as HTTP Link headers or
168-
<xref target="I-D.kelly-json-hal">JSON HAL</xref>. Because hyper-schema offers
169-
a superset of the features of many other systems, using it on the server
170-
can make it easier to support multiple representation media types and
171-
linking mechanisms. It is even possible to support features such as JSON HAL's
172-
embedded resources by automatically following links on the server and
173-
inlining the results.
162+
that link. JSON Hyper-Schema can also be used on the server side to generate
163+
other link serializations or representation formats at runtime, or pre-emptively
164+
follow links to faciliate server push usage.
174165
</t>
175166
</section>
176167

@@ -1248,7 +1239,6 @@ for varname in templateData:
12481239
&rfc6573;
12491240
&rfc7231;
12501241
&I-D.nottingham-rfc5988bis;
1251-
&I-D.kelly-json-hal;
12521242
&ldp;
12531243
</references>
12541244
<section title="JSON Hyper-Schema and HTTP" anchor="HTTP">

0 commit comments

Comments
 (0)