{ "$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-certificate-details-schema.json", "title": "InstallAndroidCertificateDetails", "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 }