From ab6d7c388597121653912535de0cba302f651289 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 5 Feb 2020 15:06:37 +0100 Subject: [PATCH] chg: [organization] typo fixed + description added --- objects/organization/definition.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/objects/organization/definition.json b/objects/organization/definition.json index 67bb5a6..4e39398 100644 --- a/objects/organization/definition.json +++ b/objects/organization/definition.json @@ -16,11 +16,16 @@ "misp-attribute": "text", "multiple": true }, - "type-of-organizarion": { + "type-of-organization": { "description": "Type of the organization", "ui-priority": 97, "misp-attribute": "text" }, + "description": { + "description": "Description of the organization", + "ui-priority": 96, + "misp-attribute": "text" + }, "date-of-inception": { "description": "Date of inception of the organization", "ui-priority": 0, @@ -73,7 +78,7 @@ "multiple": true } }, - "version": 3, + "version": 4, "description": "An object which describes an organization.", "meta-category": "misc", "uuid": "f750e12b-127a-432c-b022-b3f9153c4e2a",