Skip to content

Commit 7d20735

Browse files
authored
require a length of 2 for the datetimes array (#20)
* require a length of 2 for the `datetimes` array * move the `minItems` declaration to the appropriate place
1 parent 013d598 commit 7d20735

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

json-schema/schema.json

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
"$comment": "TODO: figure out how to make sure that datetimes has the same length as the geometry coordinates",
7474
"type": "array",
7575
"title": "time values for the trajectory",
76+
"minItems": 2,
7677
"items": {
7778
"type": "string",
7879
"format": "date-time",

0 commit comments

Comments
 (0)