Chick-fil-A · Schema

RunReportResponse

Response indicating an audit report run was invoked.

Fast FoodRestaurantsFood & BeverageLoyaltyMobile OrderingCatering

Properties

Name Type Description
Response integer The Lambda invocation status code.
View JSON Schema on GitHub

JSON Schema

bovine-run-report-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RunReportResponse",
  "description": "Response indicating an audit report run was invoked.",
  "$id": "https://raw.githubusercontent.com/api-evangelist/chickfila/refs/heads/main/json-schema/bovine-run-report-response-schema.json",
  "type": "object",
  "properties": {
    "Response": {
      "type": "integer",
      "description": "The Lambda invocation status code.",
      "example": 202
    }
  }
}