Chick-fil-A · Schema

SecurityGroup

An EC2 security group record.

Fast FoodRestaurantsFood & BeverageLoyaltyMobile OrderingCatering

Properties

Name Type Description
Region string
GroupId string
GroupName string
View JSON Schema on GitHub

JSON Schema

bovine-security-group-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SecurityGroup",
  "description": "An EC2 security group record.",
  "$id": "https://raw.githubusercontent.com/api-evangelist/chickfila/refs/heads/main/json-schema/bovine-security-group-schema.json",
  "type": "object",
  "properties": {
    "Region": {
      "type": "string",
      "example": "us-east-1"
    },
    "GroupId": {
      "type": "string",
      "example": "sg-0a1b2c3d4e5f60718"
    },
    "GroupName": {
      "type": "string",
      "example": "prod-web-sg"
    }
  }
}