|
35 | 35 | </address>
|
36 | 36 | </author>
|
37 | 37 |
|
38 |
| - <author fullname="Ben Hutton" initials="B" surname="Hutton" role="editor"> |
| 38 | + <author fullname="Ben Hutton" initials="B" surname="Hutton" role="editor"> |
39 | 39 | <organization>Wellcome Sanger Institute</organization>
|
40 | 40 | <address>
|
41 | 41 |
|
|
382 | 382 | authors can indicate what vocabularies are required or optional in
|
383 | 383 | order to process the schema. Since vocabularies are identified by URIs
|
384 | 384 | in the meta-schema, generic implementations can load extensions to support
|
385 |
| - previously unkonw vocabularies. While keywords can be supported outside |
| 385 | + previously unknown vocabularies. While keywords can be supported outside |
386 | 386 | of any vocabulary, there is no analogous mechanism to indicate individual
|
387 | 387 | keyword usage.
|
388 | 388 | </t>
|
|
1027 | 1027 | </section>
|
1028 | 1028 | <section title="The JSON Schema Core Vocabulary">
|
1029 | 1029 | <t>
|
1030 |
| - Keywords declared in in this section, which all begin with "$", make up |
| 1030 | + Keywords declared in this section, which all begin with "$", make up |
1031 | 1031 | the JSON Schema Core vocabulary. These keywords are either required in
|
1032 | 1032 | order process any schema or meta-schema, including those split across
|
1033 | 1033 | multiple documents, or exist to reserve keywords for purposes that
|
|
1351 | 1351 | are particularly complex to implement. This does not change the semantics
|
1352 | 1352 | or set of keywords defined by the Applicator vocabulary. It just ensures
|
1353 | 1353 | that schemas using this meta-schema that attempt to use the keywords
|
1354 |
| - prefixed with "unevaluted" will fail validation against this meta-schema. |
| 1354 | + prefixed with "unevaluated" will fail validation against this meta-schema. |
1355 | 1355 | </t>
|
1356 | 1356 | <t>
|
1357 | 1357 | Finally, this meta-schema describes the syntax of a keyword, "localKeyword",
|
@@ -2884,7 +2884,7 @@ https://json-schema.org/draft/2019-08/schema#/$defs/nonNegativeInteger/minimum
|
2884 | 2884 | associations between the errors more apparent. For example, the fact that
|
2885 | 2885 | the missing "y" property and the extra "z" property both stem from the same
|
2886 | 2886 | location in the instance is not immediately obvious in the "Basic" structure.
|
2887 |
| - In a hierarchy, the correllation is more easily identified. |
| 2887 | + In a hierarchy, the correlation is more easily identified. |
2888 | 2888 | </t>
|
2889 | 2889 | <t>
|
2890 | 2890 | The following rules govern the construction of the results object:
|
@@ -3174,7 +3174,7 @@ Link: </alice>;rel="schema", </bob>;rel="schema"
|
3174 | 3174 |
|
3175 | 3175 | </section>
|
3176 | 3176 |
|
3177 |
| - <section title="Usage Over HTTP"> |
| 3177 | + <section title="Usage Over HTTP"> |
3178 | 3178 | <t>
|
3179 | 3179 | When used for hypermedia systems over a network,
|
3180 | 3180 | <xref target="RFC7231">HTTP</xref> is frequently the protocol of choice for
|
@@ -3208,7 +3208,7 @@ User-Agent: product-name/5.4.1 so-cool-json-schema/1.0.2 curl/7.43.0
|
3208 | 3208 | </t>
|
3209 | 3209 | </section>
|
3210 | 3210 |
|
3211 |
| - </section> |
| 3211 | + </section> |
3212 | 3212 |
|
3213 | 3213 | <section title="Security Considerations" anchor="security">
|
3214 | 3214 | <t>
|
|
0 commit comments