Chick-fil-A · JSON Structure

Bovine Run Report Response Structure

Response indicating an audit report run was invoked.

Type: object Properties: 1
Fast FoodRestaurantsFood & BeverageLoyaltyMobile OrderingCatering

RunReportResponse 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

Response

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-run-report-response-structure.json",
  "name": "RunReportResponse",
  "description": "Response indicating an audit report run was invoked.",
  "type": "object",
  "properties": {
    "Response": {
      "type": "int32",
      "description": "The Lambda invocation status code.",
      "example": 202
    }
  }
}