From 7504aaed80a30c51ed0ff686321944c4da606853 Mon Sep 17 00:00:00 2001 From: Tian Feng Date: Wed, 15 Jan 2025 11:51:02 -0800 Subject: [PATCH] cleanup unused common appSettings in JSON schema --- api/v1alpha/subschema/common.schema.json | 48 ------------------------ 1 file changed, 48 deletions(-) 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"