Chick-fil-A · JSON Structure

Bovine Dynamo Table List Structure

A list of DynamoDB tables for an account.

Type: object Properties: 1
Fast FoodRestaurantsFood & BeverageLoyaltyMobile OrderingCatering

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

Properties

Tables

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-dynamo-table-list-structure.json",
  "name": "DynamoTableList",
  "description": "A list of DynamoDB tables for an account.",
  "type": "object",
  "properties": {
    "Tables": {
      "type": "array",
      "items": {
        "type": "object",
        "description": "A DynamoDB table record.",
        "properties": {
          "Region": {
            "type": "string",
            "example": "us-east-1"
          },
          "TableName": {
            "type": "string",
            "example": "AWS-Accounts-Table"
          }
        }
      }
    }
  }
}