Skip to content

Commit 8e33d21

Browse files
Update specs/jsonschema-validation.md
Co-authored-by: Jason Desrosiers <[email protected]>
1 parent ff8f074 commit 8e33d21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specs/jsonschema-validation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,8 @@ be explicitly defined to always pass if the number is not an integer, which
312312
produces essentially the same behavior as only applying to integers.
313313

314314
Implementations SHOULD provide assertion behavior for the format values defined
315-
by this document[^2] and MUST refuse to process any schema which contains an
316-
unsupported format value.
315+
by this document[^2] and MUST refuse to process any schema which contains a
316+
format value it doesn't support.
317317

318318
[^2]: Assertion behavior is called out very explicitly because it is a departure
319319
from previous iterations of this specification. Previously, `format` was an

0 commit comments

Comments
 (0)