Skip to content

Commit 7e235dd

Browse files
improve some wording in draft 2020-xx rc0
1 parent 26f223b commit 7e235dd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

jsonschema-core.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287
where an instance may be outside any of the six JSON data types.
288288
</t>
289289
<t>
290-
In this case, annotations still apply; but validation keywords will not be useful,
290+
In this case, annotations still apply; but most validation keywords will not be useful,
291291
as they will always pass or always fail.
292292
</t>
293293
<t>
@@ -345,7 +345,7 @@
345345
of their subschemas.
346346
</t>
347347
<t>
348-
Keywords within the same schema object are referred to as adjacent keywords.
348+
Keywords which are properties within the same schema object are referred to as adjacent keywords.
349349
</t>
350350
<t>
351351
Extension keywords, meaning those defined outside of this document
@@ -364,7 +364,7 @@
364364
<section title="Boolean JSON Schemas">
365365
<t>
366366
The boolean schema values "true" and "false" are trivial schemas that
367-
always produce themselves as assertions results, regardless of the
367+
always produce themselves as assertion results, regardless of the
368368
instance value. They never produce annotation results.
369369
</t>
370370
<t>
@@ -547,7 +547,7 @@
547547
dialect described in <xref target="ecma262">ECMA-262, section 21.2.1</xref>.
548548
</t>
549549
<t>
550-
Regular expressions SHOULD be built with the "u" flag (or equivilent) to provide
550+
Regular expressions SHOULD be built with the "u" flag (or equivalent) to provide
551551
Unicode support, or processed in such a way which provides Unicode as defined
552552
by ECMA-262.
553553
</t>

schema.json

Lines changed: 1 addition & 1 deletion
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)