chg: [organization] add registry number and format for date of registration

pull/354/head
Alexandre Dulaunoy 2022-04-04 14:07:55 +02:00
parent f1086328a1
commit 46a4b67c35
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 7 additions and 2 deletions

View File

@ -20,7 +20,7 @@
},
"date-of-inception": {
"description": "Date of inception of the organization",
"misp-attribute": "date-of-birth",
"misp-attribute": "datetime",
"ui-priority": 0
},
"description": {
@ -52,6 +52,11 @@
"multiple": true,
"ui-priority": 10
},
"registration-number": {
"description": "Registration number of the organization",
"misp-attribute": "text",
"ui-priority": "15"
},
"role": {
"description": "The role of the organization.",
"disable_correlation": true,
@ -86,5 +91,5 @@
"alias"
],
"uuid": "f750e12b-127a-432c-b022-b3f9153c4e2a",
"version": 5
"version": 6
}