From 32863e6274bc073bbeef60a38d39cee7ee9382d7 Mon Sep 17 00:00:00 2001 From: Maxime Thiebaut <46688461+0xThiebaut@users.noreply.github.com> Date: Sat, 5 Feb 2022 20:16:27 +0100 Subject: [PATCH] Correct `Object Reference`'s `relationship_type` attribute presence Correct `Object Reference`'s `relationship_type` attribute presence by changing references from `referenced_type` to `relationship_type`. --- misp-core-format/raw.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misp-core-format/raw.md b/misp-core-format/raw.md index 60b25af..b494f07 100755 --- a/misp-core-format/raw.md +++ b/misp-core-format/raw.md @@ -925,7 +925,7 @@ referenced_type is represented as a JSON string. referenced_type **MAY** be pres relationship_type represents the human-readable context of the relationship between an object and another object or attribute as described by the object_reference. -referenced_type is represented as a JSON string. relationship_type **MUST** be present. +relationship_type is represented as a JSON string. relationship_type **MUST** be present. #### comment