diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b1b59f66..564065f1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,6 +48,7 @@ Thankyou! --> ### Improved * #### Objects 1. Added `boot_uid` to `device` object. [#1335](https://github.com/ocsf/ocsf-schema/pull/1335) + 2. Added `name`, `resources`, `uid`, `verdict`, and `verdict_id` to `evidences`. ##1337 ## [v1.4.0] - January 31st, 2025 diff --git a/objects/evidences.json b/objects/evidences.json index fb63f118a..e13c4b80f 100644 --- a/objects/evidences.json +++ b/objects/evidences.json @@ -76,7 +76,7 @@ "description": "Describes details about the DNS query associated to the activity that triggered the detection.", "requirement": "recommended" }, - "resource_details": { + "resources": { "description": "Describes details about the cloud resources associated to the activity that triggered the detection.", "requirement": "recommended" },