From 8163c7295fdc5d5cc91a343b42b28c35c9571739 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Tue, 25 Jul 2017 13:13:27 +0200 Subject: [PATCH] Add new entries in meta key --- schema_clusters.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/schema_clusters.json b/schema_clusters.json index ba6cfcb..64c63c0 100644 --- a/schema_clusters.json +++ b/schema_clusters.json @@ -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" + } } } }