chg: [report] `title` field added to the report object template

pull/411/head
Alexandre Dulaunoy 2023-12-06 09:05:16 +01:00
parent c536f2f318
commit 08db16c162
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 9 additions and 2 deletions

View File

@ -31,6 +31,12 @@
"multiple": true,
"ui-priority": 100
},
"title": {
"description:": "Title of the report",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 100
},
"type": {
"description": "Type of report",
"disable_correlation": true,
@ -80,13 +86,14 @@
"ui-priority": 100
}
},
"description": "Metadata used to generate an executive level report",
"description": "Report object to describe a report along with its metadata.",
"meta-category": "misc",
"name": "report",
"requiredOneOf": [
"title",
"summary",
"link"
],
"uuid": "70a68471-df22-4e3f-aa1a-5a3be19f82df",
"version": 7
"version": 8
}