diff --git a/objects/security-playbook/definition.json b/objects/security-playbook/definition.json index 4175874..15dc375 100644 --- a/objects/security-playbook/definition.json +++ b/objects/security-playbook/definition.json @@ -53,7 +53,7 @@ "ui-priority": 1 }, "playbook-id": { - "description": "A value that uniquely identifies the playbook. If the playbook itself embeds an identifier then the playbook-id SHOULD use the same identifier (value). If not, the producer MAY generate a unique identifier for the playbook.", + "description": "A value that (uniquely) identifies the playbook. If the playbook itself embeds an identifier then the playbook-id SHOULD use the same identifier (value) for correlation purposes.", "disable_correlation": false, "misp-attribute": "text", "ui-priority": 1 @@ -134,13 +134,10 @@ "description": "The security-playbook object provides meta-information and allows managing, storing, and sharing cybersecurity playbooks and orchestration workflows.", "meta-category": "misc", "name": "security-playbook", - "required": [ - "playbook-id" - ], "requiredOneOf": [ "playbook-file", "playbook-base64" ], "uuid": "48894c92-447b-4abe-b093-360c4d823e9d", "version": 3 -} \ No newline at end of file +}