Chick-fil-A · JSON Structure

Bovine Report Structure

A compliance audit report stored in S3.

Type: object Properties: 2
Fast FoodRestaurantsFood & BeverageLoyaltyMobile OrderingCatering

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

Properties

Report LastModified

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-report-structure.json",
  "name": "Report",
  "description": "A compliance audit report stored in S3.",
  "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"
    }
  }
}