blob: b4df0e6cf6c78d17ed176f4fe58a6dd5aa8c946d [file] [log] [blame]
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The sha256 hash of the file"
},
"sig": {
"type": "string",
"description": "the signature of the file"
}
},
"required": ["id", "sig"]
}