{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "GatewayListResponse", "type": "object", "properties": { "total": { "type": "integer", "description": "Total number of gateways." }, "count": { "type": "integer", "description": "Number of gateways returned." }, "gateways": { "type": "array" } } }