mirror of https://github.com/MISP/misp-rfc
org_id has been removed
parent
5beea03ad2
commit
bdd968de00
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue