Skip to content

Commit d5c58d0

Browse files
committed
Improve the hyper-schema abstract
Use language more in line with recent changes and recently introduced concepts. Add a little more detail about the general capabilities. This is all roughly inspired by reading the guidelineson abstracts in RFC 7322 section 4.3
1 parent d163932 commit d5c58d0

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)