{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/VerifySearchResponse", "title": "VerifySearchResponse", "type": "object", "properties": { "request_id": { "type": "string" }, "account_id": { "type": "string" }, "status": { "type": "string" }, "number": { "type": "string" }, "price": { "type": "string" }, "currency": { "type": "string" }, "sender_id": { "type": "string" }, "date_submitted": { "type": "string" }, "date_finalized": { "type": "string" }, "first_event_date": { "type": "string" }, "last_event_date": { "type": "string" }, "checks": { "type": "array", "items": { "type": "object", "properties": { "date_received": { "type": "string" }, "code": { "type": "string" }, "status": { "type": "string" }, "ip_address": { "type": "string" } } } } } }