Chick-fil-A · Schema

MessageResponse

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

Fast FoodRestaurantsFood & BeverageLoyaltyMobile OrderingCatering

Properties

Name Type Description
Message string A human-readable message.
View JSON Schema on GitHub

JSON Schema

bovine-message-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MessageResponse",
  "description": "Generic message wrapper used for not-found and informational responses.",
  "$id": "https://raw.githubusercontent.com/api-evangelist/chickfila/refs/heads/main/json-schema/bovine-message-response-schema.json",
  "type": "object",
  "properties": {
    "Message": {
      "type": "string",
      "description": "A human-readable message.",
      "example": "Account not found."
    }
  }
}