Chick-fil-A · Schema

AddAccountResponse

Response from adding an account.

Fast FoodRestaurantFood and BeverageLoyaltyMobile OrderingCatering

Properties

Name Type Description
response string The result of the add operation, or an error message.
View JSON Schema on GitHub

JSON Schema

bovine-add-account-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AddAccountResponse",
  "description": "Response from adding an account.",
  "$id": "https://raw.githubusercontent.com/api-evangelist/chickfila/refs/heads/main/json-schema/bovine-add-account-response-schema.json",
  "type": "object",
  "properties": {
    "response": {
      "type": "string",
      "description": "The result of the add operation, or an error message.",
      "example": "added"
    }
  }
}