Skip to content

Commit cb339e1

Browse files
committed
Reverted back to unexpected removal of installed_apps section
1 parent 008e412 commit cb339e1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

sift/src/main/json/mobile_event.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,18 @@ properties:
6060
evidence_properties: {type: array, items: {type: string}, required: false}
6161
evidence_directories_writable: {type: array, items: {type: string}, required: false}
6262

63+
installed_apps:
64+
type: array
65+
required: false
66+
items:
67+
type: object
68+
javaType: com.sift.api.representations.AndroidInstalledAppJson
69+
required: false
70+
additionalProperties: false
71+
properties:
72+
package_name: {type: string, required: false}
73+
app_name: {type: string, required: false}
74+
6375
android_app_state:
6476
scope: public
6577
type: object

0 commit comments

Comments
 (0)