From fd74fac62b2a7f05cf0500bb3fb4aeb07d94eb3b Mon Sep 17 00:00:00 2001 From: chrisr3d Date: Tue, 6 Feb 2018 15:36:57 +0100 Subject: [PATCH] Fixed disable_correlation variable type --- objects/legal-entity/definition.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/objects/legal-entity/definition.json b/objects/legal-entity/definition.json index 24feeaf..29f89c5 100644 --- a/objects/legal-entity/definition.json +++ b/objects/legal-entity/definition.json @@ -5,7 +5,7 @@ "attributes": { "text": { "description": "A description of the entity.", - "disable_correlation": "true", + "disable_correlation": true, "ui-priority": 1, "misp-attribute": "text" }, @@ -43,6 +43,6 @@ "version": 1, "description": "An object to describe a legal entity.", "meta-category": "misc", - "uuid": "", + "uuid": "14f5688f-d89c-469f-9878-c48bf6c41c65", "name": "legal-entity" }