File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 286
286
where an instance may be outside any of the six JSON data types.
287
287
</t >
288
288
<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,
290
290
as they will always pass or always fail.
291
291
</t >
292
292
<t >
344
344
of their subschemas.
345
345
</t >
346
346
<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.
348
348
</t >
349
349
<t >
350
350
Extension keywords, meaning those defined outside of this document
363
363
<section title =" Boolean JSON Schemas" >
364
364
<t >
365
365
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
367
367
instance value. They never produce annotation results.
368
368
</t >
369
369
<t >
546
546
dialect described in <xref target =" ecma262" >ECMA-262, section 21.2.1</xref >.
547
547
</t >
548
548
<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
550
550
Unicode support, or processed in such a way which provides Unicode as defined
551
551
by ECMA-262.
552
552
</t >
Original file line number Diff line number Diff line change 7
7
"https://json-schema.org/draft/2019-09/vocab/unevaluated" : true ,
8
8
"https://json-schema.org/draft/2019-09/vocab/validation" : true ,
9
9
"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 ,
11
11
"https://json-schema.org/draft/2019-09/vocab/content" : true
12
12
},
13
13
"$dynamicAnchor" : " meta" ,
You can’t perform that action at this time.
0 commit comments