{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/management-android-apps-response-structure.json", "description": "AndroidAppsResponse schema from Adyen API", "type": "object", "properties": { "data": { "description": "Apps uploaded for Android payment terminals.", "items": { "$ref": "#/components/schemas/AndroidApp" }, "type": "array" } }, "name": "AndroidAppsResponse" }