{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AuthenticationMethod", "title": "AuthenticationMethod", "type": "array", "items": { "type": "string", "enum": [ "Bypass", "ManualVerification", "MerchantAuthentication", "OfflinePIN", "OnlinePIN", "PaperSignature", "SecureCertificate", "SecureNoCertificate", "SecuredChannel", "SignatureCapture", "UnknownMethod" ] } }