Chick-fil-A · JSON Structure

Bovine Message Response Structure

Generic message wrapper used for not-found and informational responses.

Type: object Properties: 1
Fast FoodRestaurantsFood & BeverageLoyaltyMobile OrderingCatering

MessageResponse 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

Message

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-message-response-structure.json",
  "name": "MessageResponse",
  "description": "Generic message wrapper used for not-found and informational responses.",
  "type": "object",
  "properties": {
    "Message": {
      "type": "string",
      "description": "A human-readable message.",
      "example": "Account not found."
    }
  }
}