Org and Orgc clarification added

pull/6/head
Alexandre Dulaunoy 2016-10-05 09:34:58 +02:00
parent 5789bf2990
commit 7ce50d4f43
1 changed files with 8 additions and 5 deletions

View File

@ -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.
<reference anchor='MISP-P' target='https://github.com/MISP'>