Otter · Schema

OptionalStoreIdInMetadata

OptionalStoreIdInMetadata schema from Public API (Otter Public API).

RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

Properties

Name Type Description
metadata object
View JSON Schema on GitHub

JSON Schema

public-api-optional-store-id-in-metadata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "OptionalStoreIdInMetadata",
  "description": "OptionalStoreIdInMetadata schema from Public API (Otter Public API).",
  "$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-optional-store-id-in-metadata-schema.json",
  "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"
        }
      }
    }
  }
}