casework / CASE-Mapping-Python

Apache License 2.0
0 stars 3 forks source link

Fix #20 issue, adding EventRecordFacet and ObservableAction classes #62

Closed fabrizio-turchi closed 3 months ago

fabrizio-turchi commented 3 months ago

The ObservableAction is necessary to define the observable:cyberAction property and I define it as subclass of Action. In the example I didn't use some params of the ObservableAction class because they are not clear to me (environment, error, subaction)

fabrizio-turchi commented 3 months ago

@ajnelson-nist I changed the code on the base of your comments, I don't know if I have implemented all your observations.