Skip to content

Commit

Permalink
update json schema
Browse files Browse the repository at this point in the history
  • Loading branch information
adamperlin authored and cpuguy83 committed Nov 13, 2024
1 parent 4da6169 commit fd21ce4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/spec.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,10 @@
"digest": {
"type": "string",
"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"
},
"permissions": {
"type": "integer",
"description": "Permissions is the octal file permissions to set on the file."
}
},
"additionalProperties": false,
Expand Down

0 comments on commit fd21ce4

Please sign in to comment.