Unverified Commit 5f643c9d authored by Vasili Novikov's avatar Vasili Novikov
Browse files

Add File properties "nonce" and "key"

parent 1e60c85b
Showing with 8 additions and 7 deletions
+8 -7
{
"description": "The blake2b hash of a resource.",
"type": "string"
}
\ No newline at end of file
{
"description": "A cryptographic nonce https://en.wikipedia.org/wiki/Cryptographic_nonce",
"type": "string"
}
{
"description": "Any type of file that can be stored on disk.",
"description": "Any file that can be stored on disk.",
"properties": [
"blake2b",
"sha256",
"nonce",
"key",
"filename"
],
"relations": {
......@@ -17,4 +18,4 @@
},
"foregroundColor": "#ffffff",
"backgroundColor": "#93c47d"
}
\ No newline at end of file
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment