mirror of https://github.com/MISP/misp-objects
chg: [organization] add registry number and format for date of registration
parent
f1086328a1
commit
46a4b67c35
|
@ -20,7 +20,7 @@
|
||||||
},
|
},
|
||||||
"date-of-inception": {
|
"date-of-inception": {
|
||||||
"description": "Date of inception of the organization",
|
"description": "Date of inception of the organization",
|
||||||
"misp-attribute": "date-of-birth",
|
"misp-attribute": "datetime",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
|
@ -52,6 +52,11 @@
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"ui-priority": 10
|
"ui-priority": 10
|
||||||
},
|
},
|
||||||
|
"registration-number": {
|
||||||
|
"description": "Registration number of the organization",
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": "15"
|
||||||
|
},
|
||||||
"role": {
|
"role": {
|
||||||
"description": "The role of the organization.",
|
"description": "The role of the organization.",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
|
@ -86,5 +91,5 @@
|
||||||
"alias"
|
"alias"
|
||||||
],
|
],
|
||||||
"uuid": "f750e12b-127a-432c-b022-b3f9153c4e2a",
|
"uuid": "f750e12b-127a-432c-b022-b3f9153c4e2a",
|
||||||
"version": 5
|
"version": 6
|
||||||
}
|
}
|
Loading…
Reference in New Issue