diff --git a/api/v1alpha/subschema/common.schema.json b/api/v1alpha/subschema/common.schema.json index 8e438e8b4..6661ea553 100644 --- a/api/v1alpha/subschema/common.schema.json +++ b/api/v1alpha/subschema/common.schema.json @@ -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"