{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/management-install-android-app-details-structure.json", "description": "InstallAndroidAppDetails schema from Adyen API", "type": "object", "properties": { "appId": { "description": "The unique identifier of the app to be installed.", "type": "string" }, "type": { "default": "InstallAndroidApp", "description": "Type of terminal action: Install an Android app.", "enum": [ "InstallAndroidApp" ], "type": "string" } }, "additionalProperties": false, "name": "InstallAndroidAppDetails" }