Chick-fil-A · JSON Structure

Bovine Public Ip Structure

A public/Elastic IP address association.

Type: object Properties: 4
Fast FoodRestaurantsFood & BeverageLoyaltyMobile OrderingCatering

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

Properties

PublicIP InstanceId PrivateIP NetworkInterface

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-public-ip-structure.json",
  "name": "PublicIp",
  "description": "A public/Elastic IP address association.",
  "type": "object",
  "properties": {
    "PublicIP": {
      "type": "string",
      "description": "The public IP address.",
      "example": "203.0.113.25"
    },
    "InstanceId": {
      "type": "string",
      "description": "The associated EC2 instance ID.",
      "example": "i-0a1b2c3d4e5f60718"
    },
    "PrivateIP": {
      "type": "string",
      "description": "The associated private IP address.",
      "example": "10.0.4.12"
    },
    "NetworkInterface": {
      "type": "string",
      "description": "The associated network interface ID.",
      "example": "eni-0a1b2c3d4e5f60718"
    }
  }
}