Skip to content

Commit 5dcf68a

Browse files
authored
Expanded on created_time attribute description within the related_event object (ocsf#1552)
Signed-off-by: Mitchell Wasson <miwasson@cisco.com>
1 parent 5456bc3 commit 5dcf68a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ Thankyou! -->
6565
* #### Profiles
6666
* #### Objects
6767
1. Extended `database` object with AI-specific database types (`Vector (7)`, `Knowledge Graph (8)`) and `embedding_model` field for AI retrieval systems. [#1488](https://github.com/ocsf/ocsf-schema/pull/1488)
68+
1. Expanded on `created_time` attribute description within the `related_event` object. [1552](https://github.com/ocsf/ocsf-schema/pull/1552)
6869
* #### Observables
6970
* #### Platform Extensions
7071
* #### Dictionary Attributes

objects/related_event.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"requirement": "optional"
1313
},
1414
"created_time": {
15-
"description": "The time when the related event/finding was created.",
15+
"description": "<p>The time when the related event/finding was created.</p> If the related event/finding is in OCSF and is a Finding, then this value should be equal to <code>finding_info.created_time</code> in the corresponding Finding. If the related event/finding is in OCSF and is not a Finding, then this value should be equal to <code>time</code> in the corresponding event.",
1616
"requirement": "optional"
1717
},
1818
"desc": {
@@ -69,7 +69,7 @@
6969
"requirement": "optional"
7070
},
7171
"type": {
72-
"description": "The type of the related event/finding.</p>Populate if the related event/finding is <code>NOT</code> in OCSF. If it is in OCSF, then utilize <code>type_name, type_uid</code> instead.",
72+
"description": "<p>The type of the related event/finding.</p>Populate if the related event/finding is <code>NOT</code> in OCSF. If it is in OCSF, then utilize <code>type_name, type_uid</code> instead.",
7373
"requirement": "optional"
7474
},
7575
"type_name": {
@@ -81,7 +81,7 @@
8181
"requirement": "recommended"
8282
},
8383
"uid": {
84-
"description": "The unique identifier of the related event/finding.</p> If the related event/finding is in OCSF, then this value must be equal to <code>metadata.uid</code> in the corresponding event.",
84+
"description": "<p>The unique identifier of the related event/finding.</p> If the related event/finding is in OCSF, then this value must be equal to <code>metadata.uid</code> in the corresponding event.",
8585
"requirement": "required"
8686
}
8787
}

0 commit comments

Comments
 (0)