You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe there is an important relationship between the observabledatatypes and how the observable objects are identified.
For instance, I believe the OCSF translator looks at the datatype, and when the datatype of a given object matches an observable type, it identifies that object as an observable.
Therefore, removal of an observable datatype from an object could be a breaking change.
We should find some way to work this into our documentation (and our process)
The text was updated successfully, but these errors were encountered:
The result: when removing the datatype username_t from the user object, the 'nested' observables (in this case user.name) are not identified.
This leads me to conclude that removing an observable datatype from an object qualifies as a breaking change, as an observable datatype is required for nested observables.
Originated from
ocsf-schema
PR ocsf/ocsf-schema#807I believe there is an important relationship between the
observable
datatypes and how the observable objects are identified.For instance, I believe the OCSF translator looks at the datatype, and when the datatype of a given object matches an observable type, it identifies that object as an observable.
Therefore, removal of an observable datatype from an object could be a breaking change.
We should find some way to work this into our documentation (and our process)
The text was updated successfully, but these errors were encountered: