Chick-fil-A · JSON Structure

Bovine Security Group Structure

An EC2 security group record.

Type: object Properties: 3
Fast FoodRestaurantsFood & BeverageLoyaltyMobile OrderingCatering

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

Properties

Region GroupId GroupName

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-security-group-structure.json",
  "name": "SecurityGroup",
  "description": "An EC2 security group record.",
  "type": "object",
  "properties": {
    "Region": {
      "type": "string",
      "example": "us-east-1"
    },
    "GroupId": {
      "type": "string",
      "example": "sg-0a1b2c3d4e5f60718"
    },
    "GroupName": {
      "type": "string",
      "example": "prod-web-sg"
    }
  }
}