Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion jsonschema-validation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -543,13 +543,15 @@

<section title="Defined Formats">

<section title="Dates and Times">
<section title="Dates, Times, and Duration">
<t>
These attributes apply to string instances.
</t>
<t>
Date and time format names are derived from
<xref target="RFC3339">RFC 3339, section 5.6</xref>.
The duration format is from the ISO 8601 ABNF as given
in Appendix A of RFC 3339.
</t>
<t>
Implementations supporting formats SHOULD implement support for
Expand All @@ -567,6 +569,10 @@
A string instance is valid against this attribute if it is
a valid representation according to the "full-time" production.
</t>
<t hangText="duration:">
A string instance is valid against this attribute if it is
a valid representation according to the "duration" production.
</t>
</list>
</t>
<t>
Expand Down