Chick-fil-A · JSON Structure

Bovine Add Account Response Structure

Response from adding an account.

Type: object Properties: 1
Fast FoodRestaurantsFood & BeverageLoyaltyMobile OrderingCatering

AddAccountResponse 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-add-account-response-structure.json",
  "name": "AddAccountResponse",
  "description": "Response from adding an account.",
  "type": "object",
  "properties": {
    "response": {
      "type": "string",
      "description": "The result of the add operation, or an error message.",
      "example": "added"
    }
  }
}