Chick-fil-A · JSON Structure

Bovine Load Balancer Detail Structure

Detailed load balancer information.

Type: object Properties: 2
Fast FoodRestaurantsFood & BeverageLoyaltyMobile OrderingCatering

LoadBalancerDetail is a JSON Structure definition published by Chick-fil-A, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Account LoadBalancer

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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"
          }
        }
      }
    }
  }
}