diff --git a/misp-core-format/raw.md b/misp-core-format/raw.md index 3062836..09a4e23 100644 --- a/misp-core-format/raw.md +++ b/misp-core-format/raw.md @@ -406,7 +406,9 @@ deleted is represented by a JSON boolean. deleted **MUST** be present. #### RelatedAttribute -RelatedAttribute is an array of attributes correlating with the current attribute. Each element in the array represents an JSON object which contains an Attribute dictionnary with the external attributes correlating. Each Attribute **MUST** include the id, org_id, info and a value. Only the correlations found on the local instance are shown in RelatedAttribute. +RelatedAttribute is an array of attributes correlating with the current attribute. Each element in the array represents an JSON object which contains an Attribute dictionnary with the external attributes who correlate. Each Attribute **MUST** include the id, org_id, info and a value. Only the correlations found on the local instance are shown in RelatedAttribute. + +RelatedAttribute **MAY** be present. #### value