Skip to content

Commit 55097db

Browse files
committed
add clarity and full-inclusion of rfc9557 format
1 parent 3dca1c9 commit 55097db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specs/jsonschema-validation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,8 +402,8 @@ Date and time format names are derived from
402402
format is from ISO 8601 as formalized into ABNF by RFC 3339 Appendix A.
403403

404404
- *date-time*: A string instance is valid against this attribute if it is a
405-
valid representation according to the "date-time" ABNF rule in RFC 3339,
406-
optionally with the "time-zone" rule in RFC 9557
405+
valid representation of either the "date-time" ABNF rule in RFC 3339 or the
406+
"date-time-ext" rule in RFC 9557
407407
- *date*: A string instance is valid against this attribute if it is a valid
408408
representation according to the "full-date" ABNF rule in RFC 3339
409409
- *time*: A string instance is valid against this attribute if it is a valid

0 commit comments

Comments
 (0)