mirror of https://github.com/MISP/misp-objects
fix: [report] Removed parenthesis from the object relation `report-file`
parent
eb0af71d60
commit
b0eb0779df
|
|
@ -15,7 +15,7 @@
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"ui-priority": 100
|
"ui-priority": 100
|
||||||
},
|
},
|
||||||
"report-file(s)": {
|
"report-file": {
|
||||||
"description": "Attachment(s) that is related to the report",
|
"description": "Attachment(s) that is related to the report",
|
||||||
"misp-attribute": "attachment",
|
"misp-attribute": "attachment",
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue