InstallAndroidAppDetails schema from Adyen API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/management-install-android-app-details-schema.json", "title": "InstallAndroidAppDetails", "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 }