casework / CASE-Mapping-Python

Apache License 2.0
0 stars 3 forks source link

LogEntries Arrtifact #20

Closed fabrizio-turchi closed 3 months ago

fabrizio-turchi commented 1 year ago

To represent the LogEntries Artifact a new class should be added both to the ontology and to the library, in order to cover data such as:

<model type="LogEntry" deleted_state="Intact">
  <field name="Source" type="String">
    <value type="String"><![CDATA[InteractionC]]></value>
  </field>
  <field name="TimeStamp" type="TimeStamp">
    <value type="TimeStamp">2023-05-08T17:59:25.342+00:00</value>
  </field>
  <field name="EndTime" type="TimeStamp">
    <value type="TimeStamp">2023-05-08T17:59:41.593+00:00</value>
  </field>
  <field name="Application" type="String">
    <value type="String"><![CDATA[com.apple.InCallService]]></value>
  </field>
  <field name="Body" type="String">
    <value type="String"><![CDATA[incoming call from +1 (828) 520-5789]]></value>
  </field>
</model>