Skip to content

Commit 7c4484d

Browse files
authored
Fixed version in schema
1 parent 1370b65 commit 7c4484d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

policy/policy.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@
464464
"examples": [
465465
"1.0.0"
466466
],
467-
"pattern": "^1\\.0\\.[0-9]+$"
467+
"pattern": "^1\\.1\\.[0-9]+$"
468468
},
469469
"days": {
470470
"$id": "#/definitions/days",
@@ -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",
@@ -616,4 +616,4 @@
616616
}
617617
},
618618
"additionalProperties": false
619-
}
619+
}

0 commit comments

Comments
 (0)