Add new entries in meta key

pull/76/head
Raphaël Vinot 2017-07-25 13:13:27 +02:00
parent a2567a9fc3
commit 8163c7295f
1 changed files with 20 additions and 0 deletions

View File

@ -91,6 +91,26 @@
},
"status": {
"type": "string"
},
"date": {
"type": "string"
},
"encryption": {
"type": "string"
},
"extensions": {
"type": "array",
"uniqueItems": true,
"items": {
"type": "string"
}
},
"ransomnotes": {
"type": "array",
"uniqueItems": true,
"items": {
"type": "string"
}
}
}
}