Skip to content

Commit 92d3774

Browse files
authored
Merge pull request #461 from handrews/abstract
Improve the hyper-schema abstract
2 parents 6ba2e22 + d5c58d0 commit 92d3774

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

jsonschema-hyperschema.xml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,13 @@
5757

5858
<abstract>
5959
<t>
60-
JSON Schema is a JSON based format for describing JSON data using various
61-
vocabularies. This document specifies a vocabulary
62-
for annotating JSON documents with hyperlinks and instructions for processing and
63-
manipulating remote JSON resources through hypermedia environments such as HTTP.
60+
JSON Schema is a JSON-based format for describing JSON data using various
61+
vocabularies. This document specifies a vocabulary for annotating JSON
62+
documents with hyperlinks. These hyperlinks include attributes describing
63+
how to manipulate and interact with remote resources through hypermedia
64+
environments such as HTTP, as well as determining whether the link is usable
65+
based on the instance value. The hyperlink serialization format described in
66+
this document is also usable independent of JSON Schema.
6467
</t>
6568
</abstract>
6669
<note title="Note to Readers">

0 commit comments

Comments
 (0)