An object that represents a type of connection pool.
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "VirtualGatewayHttpConnectionPool", "description": "An object that represents a type of connection pool.", "type": "object", "properties": { "maxConnections": {}, "maxPendingRequests": {} }, "required": [ "maxConnections" ] }