{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/terminal-authentication-method-schema.json", "title": "AuthenticationMethod", "description": "AuthenticationMethod schema from Adyen API", "type": "array", "items": { "type": "string", "enum": [ "Bypass", "ManualVerification", "MerchantAuthentication", "OfflinePIN", "OnlinePIN", "PaperSignature", "SecureCertificate", "SecureNoCertificate", "SecuredChannel", "SignatureCapture", "UnknownMethod" ] } }