Skip to content

Commit d6731dc

Browse files
author
Fridolin Pokorny
committed
Field consistent_snapshot is optional in root.json
1 parent 84ad9f4 commit d6731dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schemas/root.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"signed": {
3030
"type": "object",
31-
"required": ["_type", "consistent_snapshot", "expires", "keys", "roles", "spec_version", "version"],
31+
"required": ["_type", "expires", "keys", "roles", "spec_version", "version"],
3232
"additionalProperties": false,
3333
"properties": {
3434
"_type": {

0 commit comments

Comments
 (0)