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