Skip to content

Commit

Permalink
chg: [report] title field added to the report object template
Browse files Browse the repository at this point in the history
  • Loading branch information
adulau committed Dec 6, 2023
1 parent c536f2f commit 08db16c
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions objects/report/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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
}

0 comments on commit 08db16c

Please sign in to comment.