{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/chickfila/refs/heads/main/json-structure/bovine-load-balancer-detail-structure.json", "name": "LoadBalancerDetail", "description": "Detailed load balancer information.", "type": "object", "properties": { "Account": { "type": "object", "properties": { "AccountNum": { "type": "string", "example": "123456789012" } } }, "LoadBalancer": { "type": "object", "properties": { "LoadBalancerName": { "type": "string", "example": "prod-web-elb" }, "Subnets": { "type": "array", "items": { "type": "string", "example": "subnet-0a1b2c3d4e5f60718" } } } } } }