diff --git a/misp-core-format/raw.md b/misp-core-format/raw.md index 9f74fac..112c080 100644 --- a/misp-core-format/raw.md +++ b/misp-core-format/raw.md @@ -172,22 +172,25 @@ attribute_count is represented as a JSON string. attribute_count SHALL be presen An Org object is composed of an uuid, name and id. The uuid represents the Universally Unique IDentifier (UUID) [@!RFC4122] of the organization. -The uuid is globally assigned to an organization and SHALL be kept overtime. - -uuid is represented as a JSON string. uuid MUST be present. +The organization UUID is globally assigned to an organization and SHALL be kept overtime. The name is a readable description of the organization and SHOULD be present. +The id is a human-readable identifier generated by the instance and used as reference in the event. + +uuid, name and id are represented as a JSON string. uuid, name and id MUST be present. + ### Orgc An Orgc object is composed of an uuid, name and id. The uuid MUST be preserved for any updates or transfer of the same event. UUID version 4 is RECOMMENDED when assigning it to a new event. -orgc_id is globally assigned to an organization and SHALL be kept overtime. +The organization UUID is globally assigned to an organization and SHALL be kept overtime. The name is a readable description of the organization and SHOULD be present. +The id is a human-readable identifier generated by the instance and used as reference in the event. -orgc_id is represented as a JSON string. orgc_id SHOULD be present. +uuid, name and id are represented as a JSON string. uuid, name and id MUST be present.