First version of the legal-entity object

pull/75/head
chrisr3d 2018-02-05 17:20:39 +01:00
parent b92d92764b
commit 573873db3b
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,38 @@
{
"requiredOneOf": [
"name"
],
"attributes": {
"text": {
"description": "A description of the entity.",
"disable-correlation": "true",
"ui-priority": 1,
"misp-attribute": "text"
},
"name": {
"description": "Name of an entity.",
"ui-priority": 0,
"misp-attribute": "text"
},
"commercial-name": {
"description": "Commercial name of an entity.",
"ui-priority": 0,
"misp-attribute": "text"
},
"legal-form": {
"description": "Legal form of an entity.",
"ui-priority": 0,
"misp-attribute": "text"
},
"business": {
"description": "Business area of an entity",
"ui-priority": 0,
"misp-attribute": "text"
}
},
"version": 1,
"description": "An object to describe a legal entity.",
"meta-category": "misc",
"uuid": "",
"name": "legal-entity"
}