mirror of https://github.com/MISP/misp-objects
fix: annotation object
parent
eafb54fd07
commit
735ebf26bc
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"requiredOneOf": [
|
"requiredOneOf": [
|
||||||
"post"
|
"text"
|
||||||
],
|
],
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"text": {
|
"text": {
|
||||||
|
@ -63,7 +63,7 @@
|
||||||
"misp-attribute": "datetime"
|
"misp-attribute": "datetime"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 1,
|
"version": 2,
|
||||||
"description": "An annotation object allowing analysts to add annotations, comments, executive summary to a MISP event, objects or attributes.",
|
"description": "An annotation object allowing analysts to add annotations, comments, executive summary to a MISP event, objects or attributes.",
|
||||||
"meta-category": "misc",
|
"meta-category": "misc",
|
||||||
"uuid": "5d8dc046-15a1-4ca3-a09f-ed4ede7c4487",
|
"uuid": "5d8dc046-15a1-4ca3-a09f-ed4ede7c4487",
|
||||||
|
|
Loading…
Reference in New Issue