Skip to content

Commit 33a8333

Browse files
committed
update timestamp min in generated schema
an apparent omission from #648
1 parent ac278b0 commit 33a8333

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

policy/policy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@
545545
],
546546
"description": "Integer milliseconds since Unix epoch",
547547
"multipleOf": 1.0,
548-
"minimum": 0
548+
"minimum": 1514764800000
549549
},
550550
"null_uuid_array": {
551551
"$id": "#/definitions/null_uuid_array",

0 commit comments

Comments
 (0)