From 735ebf26bc59fb49e22a03f69d975cebe7482785 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Mon, 8 Jan 2018 11:47:19 +0100 Subject: [PATCH] fix: annotation object --- objects/annotation/definition.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/objects/annotation/definition.json b/objects/annotation/definition.json index 9b5ab81..d062eca 100644 --- a/objects/annotation/definition.json +++ b/objects/annotation/definition.json @@ -1,6 +1,6 @@ { "requiredOneOf": [ - "post" + "text" ], "attributes": { "text": { @@ -63,7 +63,7 @@ "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.", "meta-category": "misc", "uuid": "5d8dc046-15a1-4ca3-a09f-ed4ede7c4487",