Skip to content

Commit

Permalink
Adding optional "family" string property to events. (#37)
Browse files Browse the repository at this point in the history
* Adding optional "family" string property to events.

* Bumping version

---------

Co-authored-by: Paul Agbabian <[email protected]>
  • Loading branch information
query-jeremy and pagbabian-splunk authored Dec 13, 2024
1 parent 3e2286c commit bde13ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ocsf_validator/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ class OcsfProfile(TypedDict):
"uid": NotRequired[int],
"category": NotRequired[str],
"description": NotRequired[str],
"family": NotRequired[str],
"extends": NotRequired[Union[str, list[Optional[str]]]],
"profiles": NotRequired[Sequence[str]],
"associations": NotRequired[Dict[str, Sequence[str]]],
Expand Down

0 comments on commit bde13ec

Please sign in to comment.