Skip to content

Commit bde13ec

Browse files
Adding optional "family" string property to events. (#37)
* Adding optional "family" string property to events. * Bumping version --------- Co-authored-by: Paul Agbabian <[email protected]>
1 parent 3e2286c commit bde13ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ocsf_validator/types.py

+1
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ class OcsfProfile(TypedDict):
165165
"uid": NotRequired[int],
166166
"category": NotRequired[str],
167167
"description": NotRequired[str],
168+
"family": NotRequired[str],
168169
"extends": NotRequired[Union[str, list[Optional[str]]]],
169170
"profiles": NotRequired[Sequence[str]],
170171
"associations": NotRequired[Dict[str, Sequence[str]]],

0 commit comments

Comments
 (0)