From e1d316987a879a28be4ac9e66ac8969a7de219e2 Mon Sep 17 00:00:00 2001 From: Maxime Thiebaut <46688461+0xThiebaut@users.noreply.github.com> Date: Sat, 5 Feb 2022 20:05:13 +0100 Subject: [PATCH] Correct `Object Reference`'s `object_id` attribute presence Correct `Object Reference`'s `object_id` attribute presence by changing references from `event_id` to `object_id`. --- 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..575593a 100755 --- a/misp-core-format/raw.md +++ b/misp-core-format/raw.md @@ -900,7 +900,7 @@ timestamp is represented as a JSON string. timestamp **MUST** be present. object_id represents the human-readable identifier of the object that the object reference belongs to on a specific MISP instance. A human-readable identifier **MUST** be represented as an unsigned integer. -event_id is represented as a JSON string. event_id **SHALL** be present. +object_id is represented as a JSON string. object_id **SHALL** be present. #### event_id