Otter · JSON Structure

Public Api Optional Store Id In Metadata Structure

OptionalStoreIdInMetadata schema from Public API (Otter Public API).

Type: object Properties: 1
RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

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

Properties

metadata

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-optional-store-id-in-metadata-structure.json",
  "name": "OptionalStoreIdInMetadata",
  "description": "OptionalStoreIdInMetadata schema from Public API (Otter Public API).",
  "type": "object",
  "properties": {
    "metadata": {
      "type": "object",
      "properties": {
        "storeId": {
          "$ref": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-store-id-schema.json"
        }
      }
    }
  }
}