From 1da6baa570be8ea33868456a7262d7ba84a118ec Mon Sep 17 00:00:00 2001 From: Maxime Thiebaut <46688461+0xThiebaut@users.noreply.github.com> Date: Sat, 5 Feb 2022 18:51:31 +0100 Subject: [PATCH] Correct `Object`'s `description` attribute presence The `Object`'s `description` attribute presence incorrectly refers to the attribute as `id` while it should be `description`. --- misp-core-format/raw.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/misp-core-format/raw.md b/misp-core-format/raw.md index 60b25af..6c3cf08 100755 --- a/misp-core-format/raw.md +++ b/misp-core-format/raw.md @@ -752,20 +752,20 @@ id is represented as a JSON string. id **SHALL** be present. name represents the human-readable name of the object describing the intent of the object package. -name is represented as a JSON string. name **MUST** be present +name is represented as a JSON string. name **MUST** be present. #### meta-category meta-category represents the sub-category of objects that the given object belongs to. meta-categories are not tied to a fixed list of options but can be created on the fly. -meta-category is represented as a JSON string. meta-category **MUST** be present +meta-category is represented as a JSON string. meta-category **MUST** be present. #### description description is a human-readable description of the given object type, as derived from the template used for creation. -description is represented as a JSON string. id **SHALL** be present. +description is represented as a JSON string. description **SHALL** be present. #### template\_uuid