Chick-fil-A · JSON Structure

Bovine S3 Bucket Structure

An S3 bucket record, flagged if globally accessible.

Type: object Properties: 3
Fast FoodRestaurantsFood & BeverageLoyaltyMobile OrderingCatering

S3Bucket 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

BucketName Global AccountAlias

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-s3-bucket-structure.json",
  "name": "S3Bucket",
  "description": "An S3 bucket record, flagged if globally accessible.",
  "type": "object",
  "properties": {
    "BucketName": {
      "type": "string",
      "example": "my-app-logs-bucket"
    },
    "Global": {
      "type": "boolean",
      "description": "Whether the bucket is globally (publicly) accessible.",
      "example": false
    },
    "AccountAlias": {
      "type": "string",
      "example": "prod-platform"
    }
  }
}