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, "multiple": true,
"ui-priority": 100 "ui-priority": 100
}, },
"title": {
"description:": "Title of the report",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 100
},
"type": { "type": {
"description": "Type of report", "description": "Type of report",
"disable_correlation": true, "disable_correlation": true,
@ -80,13 +86,14 @@
"ui-priority": 100 "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", "meta-category": "misc",
"name": "report", "name": "report",
"requiredOneOf": [ "requiredOneOf": [
"title",
"summary", "summary",
"link" "link"
], ],
"uuid": "70a68471-df22-4e3f-aa1a-5a3be19f82df", "uuid": "70a68471-df22-4e3f-aa1a-5a3be19f82df",
"version": 7 "version": 8
} }