Otter · JSON Structure

Public Api Discovered Store Structure

The discovered store information.

Type: object Properties: 2
RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

DiscoveredStore 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

storeDetails locationBasedInformation

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-discovered-store-structure.json",
  "name": "DiscoveredStore",
  "description": "The discovered store information.",
  "type": "object",
  "properties": {
    "storeDetails": {
      "type": "object",
      "description": "The store details.",
      "$ref": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-marketintel-store-details-schema.json"
    },
    "locationBasedInformation": {
      "type": "object",
      "nullable": true,
      "description": "The location information of the store.",
      "$ref": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-marketintel-location-based-information-schema.json"
    }
  }
}