Skip to content

Commit f7f79a5

Browse files
committed
Cleaned up intro
1 parent 16413a9 commit f7f79a5

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

proposals/json-schema-hypermedia.xml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<abstract>
7272
<t>
7373
JSON Schema is a JSON based format for defining the structure of JSON data.
74-
This document specifies hyperlink- and hypermedia-related keywords for the JSON Schema format.
74+
This document specifies hyperlink- and hypermedia-related keywords of JSON Schema.
7575
</t>
7676
</abstract>
7777
</front>
@@ -80,11 +80,16 @@
8080
<section title="Introduction">
8181
<t>
8282
JSON Schema is a JSON based format for defining the structure of JSON data.
83-
This document specifies hyperlink- and hypermedia-related keywords for the JSON Schema format.
83+
This document specifies hyperlink- and hypermedia-related keywords of JSON Schema.
8484
</t>
8585
<t>
8686
The term JSON Hyper-Schema is used to refer to a JSON Schema that uses these keywords.
8787
</t>
88+
89+
<t>
90+
This specification will use the terminology defined by the JSON Schema core
91+
specification. It is advised that readers have a copy of this specification.
92+
</t>
8893
</section>
8994

9095
<section title="Conventions and Terminology">
@@ -97,12 +102,6 @@
97102
interpreted as described in <xref target="RFC2119">RFC 2119</xref>.
98103
</t>
99104

100-
<t>
101-
The terms "JSON", "JSON text", "JSON value", "member", "element", "object", "array",
102-
"number", "string", "boolean", "true", "false", and "null" in this document are to
103-
be interpreted as defined in <xref target="RFC4627">RFC 4627</xref>.
104-
</t>
105-
106105
<t>
107106
The terms "schema", "instance", "property" and "item" are to be interpreted as defined in the JSON Schema core definition [FIXME_LINK].
108107
</t>

0 commit comments

Comments
 (0)