chg: [legal-entity] website and logo added for legal entity

Thanks to Emmanuel MANCIET for the proposal
pull/249/head
Alexandre Dulaunoy 2020-04-24 18:24:25 +02:00
parent 1ffa97389b
commit 3b5451c325
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 17 additions and 7 deletions

View File

@ -10,37 +10,47 @@
"misp-attribute": "text" "misp-attribute": "text"
}, },
"name": { "name": {
"description": "Name of an entity.", "description": "Name of the entity.",
"ui-priority": 0, "ui-priority": 0,
"misp-attribute": "text" "misp-attribute": "text"
}, },
"commercial-name": { "commercial-name": {
"description": "Commercial name of an entity.", "description": "Commercial name of the entity.",
"ui-priority": 0, "ui-priority": 0,
"misp-attribute": "text" "misp-attribute": "text"
}, },
"legal-form": { "legal-form": {
"description": "Legal form of an entity.", "description": "Legal form of the entity.",
"ui-priority": 0, "ui-priority": 0,
"misp-attribute": "text" "misp-attribute": "text"
}, },
"registration-number": { "registration-number": {
"description": "Registration number of an entity in the relevant authority.", "description": "Registration number of the entity in the relevant authority.",
"ui-priority": 0, "ui-priority": 0,
"misp-attribute": "text" "misp-attribute": "text"
}, },
"business": { "business": {
"description": "Business area of an entity.", "description": "Business area of the entity.",
"ui-priority": 0, "ui-priority": 0,
"misp-attribute": "text" "misp-attribute": "text"
}, },
"phone-number": { "phone-number": {
"description": "Phone number of an entity.", "description": "Phone number of the entity.",
"ui-priority": 0, "ui-priority": 0,
"misp-attribute": "phone-number" "misp-attribute": "phone-number"
},
"website": {
"description": "Website of the entity.",
"ui-priority": 0,
"misp-attribute": "link"
},
"logo": {
"description": "Logo of the entity.",
"ui-priority": 0,
"misp-attribute": "attachment"
} }
}, },
"version": 1, "version": 2,
"description": "An object to describe a legal entity.", "description": "An object to describe a legal entity.",
"meta-category": "misc", "meta-category": "misc",
"uuid": "14f5688f-d89c-469f-9878-c48bf6c41c65", "uuid": "14f5688f-d89c-469f-9878-c48bf6c41c65",