{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-elastic-load-balancing/refs/heads/main/json-schema/amazon-elastic-load-balancing-describe-load-balancers-response-schema.json", "title": "DescribeLoadBalancersResponse", "description": "Response from the DescribeLoadBalancers action", "type": "object", "properties": { "loadBalancers": { "type": "array", "description": "Information about the load balancers", "items": { "$ref": "#/components/schemas/LoadBalancer" } }, "nextMarker": { "type": "string", "description": "The marker to use for the next set of results" } } }