{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "RegistrantList", "type": "object", "properties": { "page_count": { "type": "integer" }, "page_number": { "type": "integer" }, "page_size": { "type": "integer" }, "total_records": { "type": "integer" }, "next_page_token": { "type": "string" }, "registrants": { "type": "array" } } }