You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/spec.schema.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -836,6 +836,10 @@
836
836
"digest": {
837
837
"type": "string",
838
838
"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."
0 commit comments