From bdd968de008ed22c5d044d8035608446e3ac6f4f Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Mon, 10 Oct 2016 12:30:06 +0200 Subject: [PATCH] org_id has been removed --- misp-core-format/raw.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/misp-core-format/raw.md b/misp-core-format/raw.md index c88917a..62c764b 100644 --- a/misp-core-format/raw.md +++ b/misp-core-format/raw.md @@ -393,7 +393,7 @@ value is represented by a JSON string. value **MUST** be present. ## Tag -A Tag is a simple method to classify an event with a simple tag name. The tag name can be freely chosen. The tag name can be also chosen from a fixed machine-tag vocabulary called MISP taxonomies[[@?MISP-T]]. A Tag is represented as a JSON array where each element describes each tag associated. A Tag array SHALL be, at least, at Event level. A tag element is described with a name, id, colour, exportable flag and org_id. +A Tag is a simple method to classify an event with a simple tag name. The tag name can be freely chosen. The tag name can be also chosen from a fixed machine-tag vocabulary called MISP taxonomies[[@?MISP-T]]. A Tag is represented as a JSON array where each element describes each tag associated. A Tag array SHALL be, at least, at Event level. A tag element is described with a name, id, colour and exportable flag. exportable represents a setting if the tag is kept local or exportable to other MISP instances. exportable is represented by a JSON boolean. @@ -403,7 +403,6 @@ name **MUST** be present. exportable **SHALL** be present. ~~~~ "Tag": [{ - "org_id": "0", "exportable": true, "colour": "#ffffff", "name": "tlp:white",