From 3569c70407327d4cb65621a56167b1ac68e43da4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Tue, 24 Oct 2017 13:04:41 -0400 Subject: [PATCH] Add report object --- objects/report/definition.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 objects/report/definition.json diff --git a/objects/report/definition.json b/objects/report/definition.json new file mode 100644 index 0000000..a0908ad --- /dev/null +++ b/objects/report/definition.json @@ -0,0 +1,30 @@ +{ + "required": [ + "summary" + ], + "attributes": { + "summary": { + "description": "Free text summary of the report", + "ui-priority": 1, + "misp-attribute": "text", + "categories": [ + "Other", + "Internal reference" + ] + }, + "case-number": { + "description": "Case number", + "ui-priority": 1, + "misp-attribute": "text", + "categories": [ + "Internal reference", + "Other" + ] + } + }, + "version": 1, + "description": "Metadata used to generate an executive level report", + "meta-category": "misc", + "uuid": "70a68471-df22-4e3f-aa1a-5a3be19f82df", + "name": "report" +}