mirror of https://github.com/MISP/misp-objects
chg: [organization] add a MISP UUID if present
parent
73d94b8e2d
commit
e65878874e
|
@ -45,6 +45,12 @@
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"ui-priority": 10
|
"ui-priority": 10
|
||||||
},
|
},
|
||||||
|
"misp-uuid": {
|
||||||
|
"description": "MISP UUID of the organization",
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"multiple": true,
|
||||||
|
"ui-priority": 97
|
||||||
|
},
|
||||||
"name": {
|
"name": {
|
||||||
"description": "Name of the organization",
|
"description": "Name of the organization",
|
||||||
"disable_correlation": false,
|
"disable_correlation": false,
|
||||||
|
@ -140,5 +146,5 @@
|
||||||
"alias"
|
"alias"
|
||||||
],
|
],
|
||||||
"uuid": "f750e12b-127a-432c-b022-b3f9153c4e2a",
|
"uuid": "f750e12b-127a-432c-b022-b3f9153c4e2a",
|
||||||
"version": 8
|
"version": 9
|
||||||
}
|
}
|
Loading…
Reference in New Issue