Skip to content

Commit

Permalink
cleanup unused common appSettings in v1 JSON schema
Browse files Browse the repository at this point in the history
  • Loading branch information
tianfeng92 committed Jan 15, 2025
1 parent 7504aae commit e91234c
Showing 1 changed file with 0 additions and 48 deletions.
48 changes: 0 additions & 48 deletions api/v1/subschema/common.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,54 +58,6 @@
"description": "Exclude test files to skip the tests.",
"type": "array"
},
"appSettings": {
"description": "Overwrite real device settings.",
"type": "object",
"properties": {
"resigningEnabled": {
"description": "Overwrite app settings for real device to enable app resigning.",
"type": "boolean"
},
"audioCapture": {
"description": "Overwrite app settings for real device to capture audio.",
"type": "boolean"
},
"instrumentation": {
"description": "Overwrite app settings for real device instrumentation.",
"type": "object",
"properties": {
"imageInjection": {
"description": "Overwrite app settings for real device to inject provided images in the user app.",
"type": "boolean"
},
"bypassScreenshotRestriction": {
"description": "Overwrite app settings for real device to enable screenshot restriction.",
"type": "boolean"
},
"sysAlertsDelay": {
"description": "Overwrite app settings for real device to delay system alerts.",
"type": "boolean"
},
"vitals": {
"description": "Overwrite app settings for real device to enable vitals.",
"type": "boolean"
},
"networkCapture": {
"description": "Overwrite app settings for real device to capture network.",
"type": "boolean"
},
"biometrics": {
"description": "Overwrite app settings for real device to intercept biometric authentication.",
"type": "boolean"
},
"groupDirectory": {
"description": "Overwrite app settings for real device to enable group directory access.",
"type": "boolean"
}
}
}
}
},
"timeZone": {
"description": "Specifies the timeZone for the suite.",
"type": "string"
Expand Down

0 comments on commit e91234c

Please sign in to comment.