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