Skip to content

Commit ee930ad

Browse files
authored
Merge pull request #1038 from karenetheridge/ether/rc0-typos
improve some wording in draft 2020-xx rc0
2 parents 5eda485 + 7e235dd commit ee930ad

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

jsonschema-core.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@
286286
where an instance may be outside any of the six JSON data types.
287287
</t>
288288
<t>
289-
In this case, annotations still apply; but validation keywords will not be useful,
289+
In this case, annotations still apply; but most validation keywords will not be useful,
290290
as they will always pass or always fail.
291291
</t>
292292
<t>
@@ -344,7 +344,7 @@
344344
of their subschemas.
345345
</t>
346346
<t>
347-
Keywords within the same schema object are referred to as adjacent keywords.
347+
Keywords which are properties within the same schema object are referred to as adjacent keywords.
348348
</t>
349349
<t>
350350
Extension keywords, meaning those defined outside of this document
@@ -363,7 +363,7 @@
363363
<section title="Boolean JSON Schemas">
364364
<t>
365365
The boolean schema values "true" and "false" are trivial schemas that
366-
always produce themselves as assertions results, regardless of the
366+
always produce themselves as assertion results, regardless of the
367367
instance value. They never produce annotation results.
368368
</t>
369369
<t>
@@ -546,7 +546,7 @@
546546
dialect described in <xref target="ecma262">ECMA-262, section 21.2.1</xref>.
547547
</t>
548548
<t>
549-
Regular expressions SHOULD be built with the "u" flag (or equivilent) to provide
549+
Regular expressions SHOULD be built with the "u" flag (or equivalent) to provide
550550
Unicode support, or processed in such a way which provides Unicode as defined
551551
by ECMA-262.
552552
</t>

schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"https://json-schema.org/draft/2019-09/vocab/unevaluated": true,
88
"https://json-schema.org/draft/2019-09/vocab/validation": true,
99
"https://json-schema.org/draft/2019-09/vocab/meta-data": true,
10-
"https://json-schema.org/draft/2019-09/meta/format-annotation": true,
10+
"https://json-schema.org/draft/2019-09/vocab/format-annotation": true,
1111
"https://json-schema.org/draft/2019-09/vocab/content": true
1212
},
1313
"$dynamicAnchor": "meta",

0 commit comments

Comments
 (0)