Otter · JSON Structure

Public Api Marketintel Store Chain Structure

The Store Chain information.

Type: object Properties: 2
RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

Marketintel_StoreChain is a JSON Structure definition published by Otter, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

chainId chainName

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/otter/refs/heads/main/json-structure/public-api-marketintel-store-chain-structure.json",
  "name": "Marketintel_StoreChain",
  "description": "The Store Chain information.",
  "type": "object",
  "properties": {
    "chainId": {
      "type": "string",
      "nullable": true,
      "description": "The external chain id.",
      "example": 1
    },
    "chainName": {
      "type": "string",
      "nullable": true,
      "description": "The name of the chain.",
      "example": "Macdonalds"
    }
  }
}