mirror of https://github.com/MISP/misp-objects
Add description to ftm-Company object template
The empty string value in the description key caused an error when new objects were added to events.pull/341/head
parent
0e5fa57d82
commit
f90a06ce95
|
@ -477,7 +477,7 @@
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"description": "",
|
"description": "A legal entity representing an association of people, whether natural, legal or a mixture of both, with a specific objective",
|
||||||
"meta-category": "followthemoney",
|
"meta-category": "followthemoney",
|
||||||
"name": "ftm-Company",
|
"name": "ftm-Company",
|
||||||
"required": [
|
"required": [
|
||||||
|
@ -485,4 +485,4 @@
|
||||||
],
|
],
|
||||||
"uuid": "b6da52a4-2290-47ad-b316-d31dc3274382",
|
"uuid": "b6da52a4-2290-47ad-b316-d31dc3274382",
|
||||||
"version": 1
|
"version": 1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue