From 4e66e692d4d09a26ce25b216ccf20c76529fe44a Mon Sep 17 00:00:00 2001 From: aksha Date: Tue, 4 Sep 2018 12:46:00 +0100 Subject: [PATCH] fixed intendation --- objects/forensic-evidence/definition.json | 130 +++++++++++----------- 1 file changed, 65 insertions(+), 65 deletions(-) diff --git a/objects/forensic-evidence/definition.json b/objects/forensic-evidence/definition.json index eddb50e..a572b43 100644 --- a/objects/forensic-evidence/definition.json +++ b/objects/forensic-evidence/definition.json @@ -1,74 +1,74 @@ { "required": [ - "case-number", - "evidence-number" + "case-number", + "evidence-number" ], "attributes": { "case-number": { - "description": "A unique number assigned to the case for unique identification.", - "ui-priority": 0, - "misp-attribute": "text" - }, - "evidence-number": { - "description": "A unique number assigned to the evidence for unique identification.", - "ui-priority": 0, - "misp-attribute": "text" - }, - "type": { - "description": "Evidence type.", - "multiple": true, - "ui-priority": 0, - "misp-attribute": "text", - "sane_default": [ - "Computer", - "Network", - "Mobile Device", - "Multimedia", - "Cloud", - "IoT", - "Other" - ], - "disable_correlation": true - }, - "name": { - "description": "Name", - "ui-priority": 0, - "misp-attribute": "text" - }, - "acquisition-hash-type": { - "description": "Hashing algorithm used on the evidence", - "multiple": true, - "ui-priority": 0, - "misp-attribute": "text", - "sane_default": [ - "MD5", - "SHA-1", - "Other" - ], - "disable_correlation": true - }, - "acquisition-hash": { - "description": "Acquisition hash of the evidence", - "ui-priority": 0, - "misp-attribute": "text" - }, - "references": { - "description": "External references", - "multiple": true, - "ui-priority": 0, - "misp-attribute": "link" - }, - "additional-comments": { - "description": "Comments.", - "ui-priority": 0, - "misp-attribute": "text" + "description": "A unique number assigned to the case for unique identification.", + "ui-priority": 0, + "misp-attribute": "text" }, - "file-upload": { - "description": "Upload any file pertaining to the evidence.", - "ui-priority": 0, - "misp-attribute": "attachment", - "multiple": true - } + "evidence-number": { + "description": "A unique number assigned to the evidence for unique identification.", + "ui-priority": 0, + "misp-attribute": "text" + }, + "type": { + "description": "Evidence type.", + "multiple": true, + "ui-priority": 0, + "misp-attribute": "text", + "sane_default": [ + "Computer", + "Network", + "Mobile Device", + "Multimedia", + "Cloud", + "IoT", + "Other" + ], + "disable_correlation": true + }, + "name": { + "description": "Name", + "ui-priority": 0, + "misp-attribute": "text" + }, + "acquisition-hash-type": { + "description": "Hashing algorithm used on the evidence", + "multiple": true, + "ui-priority": 0, + "misp-attribute": "text", + "sane_default": [ + "MD5", + "SHA-1", + "Other" + ], + "disable_correlation": true + }, + "acquisition-hash": { + "description": "Acquisition hash of the evidence", + "ui-priority": 0, + "misp-attribute": "text" + }, + "references": { + "description": "External references", + "multiple": true, + "ui-priority": 0, + "misp-attribute": "link" + }, + "additional-comments": { + "description": "Comments.", + "ui-priority": 0, + "misp-attribute": "text" + }, + "file-upload": { + "description": "Upload any file pertaining to the evidence.", + "ui-priority": 0, + "misp-attribute": "attachment", + "multiple": true + } }, "version": 1, "description": "An object template to describe a digital forensic evidence.",