Chick-fil-A · JSON Structure

Bovine Load Balancer Structure

An elastic load balancer record.

Type: object Properties: 2
Fast FoodRestaurantsFood & BeverageLoyaltyMobile OrderingCatering

LoadBalancer 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

Region LoadBalancerName

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-structure.json",
  "name": "LoadBalancer",
  "description": "An elastic load balancer record.",
  "type": "object",
  "properties": {
    "Region": {
      "type": "string",
      "example": "us-east-1"
    },
    "LoadBalancerName": {
      "type": "string",
      "example": "prod-web-elb"
    }
  }
}