Skip to content

Commit 8d3f70d

Browse files
authored
Update README.md
1 parent 128e407 commit 8d3f70d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ Additional metadata options to more accurately define the data type.
270270
| array | maxItems | Maximum Items | No | Maximum number of items. |
271271
| array | minItems | Minimum Items | No | Minimum number of items. |
272272
| array | uniqueItems | Unique Items | No | If set to true, all items in the array are unique. |
273-
| date | format | Format | No | Format of the date. Follows the format as prescribed by [JDK DateTimeFormatter](https://docs.oracle.com/javase/8/docs/api/java/time/format/DateTimeFormatter.html). For example, format 'yyyy-MM-dd'. |
273+
| date | format | Format | No | Format of the date. Follows the format as prescribed by [JDK DateTimeFormatter](https://docs.oracle.com/javase/8/docs/api/java/time/format/DateTimeFormatter.html). Default value is using ISO 8601: 'YYYY-MM-DDTHH:mm:ss.SSSZ'. For example, format 'yyyy-MM-dd'. |
274274
| date | exclusiveMaximum | Exclusive Maximum | No | If set to true, all values are strictly less than the maximum value (values < maximum). Otherwise, less than or equal to the maximum value (values <= maximum). |
275275
| date | exclusiveMinimum | Exclusive Minimum | No | If set to true, all values are strictly greater than the minimum value (values > minimum). Otherwise, greater than or equal to the minimum value (values >= minimum). |
276276
| date | maximum | Maximum | No | All date values are less than or equal to this value (values <= maximum). |

0 commit comments

Comments
 (0)