{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UninstallAndroidAppDetails", "title": "UninstallAndroidAppDetails", "additionalProperties": false, "properties": { "appId": { "description": "The unique identifier of the app to be uninstalled.", "type": "string" }, "type": { "default": "UninstallAndroidApp", "description": "Type of terminal action: Uninstall an Android app.", "enum": [ "UninstallAndroidApp" ], "type": "string" } }, "type": "object" }