{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/configuration-reveal-pin-response-structure.json", "description": "RevealPinResponse schema from Adyen API", "type": "object", "properties": { "encryptedPinBlock": { "description": "The encrypted PIN block.", "type": "string" }, "token": { "description": "The encrypted PIN block extraction token.", "type": "string" } }, "required": [ "encryptedPinBlock", "token" ], "name": "RevealPinResponse" }