misp-objects/objects/report/definition.json

38 lines
864 B
JSON

{
"required": [
"summary"
],
"attributes": {
"summary": {
"description": "Free text summary of the report",
"ui-priority": 100,
"misp-attribute": "text",
"categories": [
"Other",
"Internal reference"
],
"multiple": true
},
"case-number": {
"description": "Case number",
"ui-priority": 1,
"misp-attribute": "text",
"categories": [
"Internal reference",
"Other"
]
},
"report-file(s)": {
"description": "Attachment(s) that is related to the report",
"ui-priority": 99,
"misp-attribute": "attachment",
"multiple": true
}
},
"version": 1,
"description": "Metadata used to generate an executive level report",
"meta-category": "misc",
"uuid": "70a68471-df22-4e3f-aa1a-5a3be19f82df",
"name": "report"
}