mirror of https://github.com/MISP/misp-objects
chg: [object] add narrative description/summary
parent
1198f8fe68
commit
0518dd1aa3
|
@ -25,7 +25,12 @@
|
|||
"misp-attribute": "attachment"
|
||||
},
|
||||
"narrative-description": {
|
||||
"description": "Raw text of narrative.",
|
||||
"description": "A description of the narrative.",
|
||||
"ui-priority": 1,
|
||||
"misp-attribute": "text"
|
||||
},
|
||||
"narrative-summary": {
|
||||
"description": "A summary of the narrative.",
|
||||
"ui-priority": 1,
|
||||
"misp-attribute": "text"
|
||||
},
|
||||
|
@ -83,7 +88,7 @@
|
|||
"misp-attribute": "datetime"
|
||||
}
|
||||
},
|
||||
"version": 1,
|
||||
"version": 2,
|
||||
"description": "Object describing a narrative.",
|
||||
"meta-category": "misc",
|
||||
"uuid": "83bea299-514a-4719-a84b-f6fd0997fac1",
|
||||
|
|
Loading…
Reference in New Issue