diff --git a/objects/organization/definition.json b/objects/organization/definition.json index 31c7834..37295ef 100644 --- a/objects/organization/definition.json +++ b/objects/organization/definition.json @@ -20,7 +20,7 @@ }, "date-of-inception": { "description": "Date of inception of the organization", - "misp-attribute": "date-of-birth", + "misp-attribute": "datetime", "ui-priority": 0 }, "description": { @@ -52,6 +52,11 @@ "multiple": true, "ui-priority": 10 }, + "registration-number": { + "description": "Registration number of the organization", + "misp-attribute": "text", + "ui-priority": "15" + }, "role": { "description": "The role of the organization.", "disable_correlation": true, @@ -86,5 +91,5 @@ "alias" ], "uuid": "f750e12b-127a-432c-b022-b3f9153c4e2a", - "version": 5 + "version": 6 } \ No newline at end of file