{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RevealPinResponse", "title": "RevealPinResponse", "properties": { "encryptedPinBlock": { "description": "The encrypted PIN block.", "type": "string" }, "token": { "description": "The encrypted PIN block extraction token.", "type": "string" } }, "required": [ "encryptedPinBlock", "token" ], "type": "object" }