We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1370b65 commit 7c4484dCopy full SHA for 7c4484d
1 file changed
policy/policy.json
@@ -464,7 +464,7 @@
464
"examples": [
465
"1.0.0"
466
],
467
- "pattern": "^1\\.0\\.[0-9]+$"
+ "pattern": "^1\\.1\\.[0-9]+$"
468
},
469
"days": {
470
"$id": "#/definitions/days",
@@ -545,7 +545,7 @@
545
546
"description": "Integer milliseconds since Unix epoch",
547
"multipleOf": 1.0,
548
- "minimum": 0
+ "minimum": 1514764800000
549
550
"null_uuid_array": {
551
"$id": "#/definitions/null_uuid_array",
@@ -616,4 +616,4 @@
616
}
617
618
"additionalProperties": false
619
-}
+}
0 commit comments