From d250e6254655f1bd5a42d736a53aa8151a566e19 Mon Sep 17 00:00:00 2001 From: chrisr3d Date: Tue, 6 Feb 2018 14:19:04 +0100 Subject: [PATCH] Added additional attributes --- objects/legal-entity/definition.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/objects/legal-entity/definition.json b/objects/legal-entity/definition.json index ae37089..dcac487 100644 --- a/objects/legal-entity/definition.json +++ b/objects/legal-entity/definition.json @@ -24,10 +24,20 @@ "ui-priority": 0, "misp-attribute": "text" }, - "business": { - "description": "Business area of an entity", + "registration-number": { + "description": "Registration number of an entity in the relevant authority.", "ui-priority": 0, "misp-attribute": "text" + }, + "business": { + "description": "Business area of an entity.", + "ui-priority": 0, + "misp-attribute": "text" + }, + "phone-number": { + "description": "Phone number of an entity.", + "ui-priority": 0, + "misp-attribute": "phone-number" } }, "version": 1,