Skip to content

Commit fd21ce4

Browse files
adamperlincpuguy83
authored andcommitted
update json schema
1 parent 4da6169 commit fd21ce4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/spec.schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -836,6 +836,10 @@
836836
"digest": {
837837
"type": "string",
838838
"description": "Digest is the digest of the file to download.\nThis is used to verify the integrity of the file.\nForm: \u003calgorithm\u003e:\u003cdigest\u003e"
839+
},
840+
"permissions": {
841+
"type": "integer",
842+
"description": "Permissions is the octal file permissions to set on the file."
839843
}
840844
},
841845
"additionalProperties": false,

0 commit comments

Comments
 (0)