diff --git a/misp-core-format/raw.md b/misp-core-format/raw.md index 112c080..56e187e 100644 --- a/misp-core-format/raw.md +++ b/misp-core-format/raw.md @@ -179,6 +179,15 @@ The id is a human-readable identifier generated by the instance and used as refe uuid, name and id are represented as a JSON string. uuid, name and id MUST be present. +#### Sample Org Object + +~~~~ +"Org": { + "id": "2", + "name": "CIRCL", + "uuid": "55f6ea5e-2c60-40e5-964f-47a8950d210f" + } +~~~~ ### Orgc