From 40f664716f5ecfc257b49b7119a22ccb0011deb5 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 13 Oct 2016 07:33:31 +0200 Subject: [PATCH] RelatedAttribute MAY be present --- misp-core-format/raw.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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