{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/VerifyCheckResponse", "title": "VerifyCheckResponse", "type": "object", "properties": { "request_id": { "type": "string" }, "event_id": { "type": "string" }, "status": { "type": "string", "description": "The status of the verification request (0 = success)." }, "price": { "type": "string" }, "currency": { "type": "string" } } }