Chick-fil-A · Schema

Report

A compliance audit report stored in S3.

Fast FoodRestaurantsFood & BeverageLoyaltyMobile OrderingCatering

Properties

Name Type Description
Report string The report identifier (S3 key prefix).
LastModified string The last-modified timestamp of the report object.
View JSON Schema on GitHub

JSON Schema

bovine-report-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Report",
  "description": "A compliance audit report stored in S3.",
  "$id": "https://raw.githubusercontent.com/api-evangelist/chickfila/refs/heads/main/json-schema/bovine-report-schema.json",
  "type": "object",
  "properties": {
    "Report": {
      "type": "string",
      "description": "The report identifier (S3 key prefix).",
      "example": "2026-06-01"
    },
    "LastModified": {
      "type": "string",
      "description": "The last-modified timestamp of the report object.",
      "example": "2026-06-01 14:30:00+00:00"
    }
  }
}