Otter · JSON Structure

Public Api Unpause Store Event Result Structure

Result of an event that requested to unpause a store.

Type: object Properties: 1
RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

UnpauseStoreEventResult 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

eventResultMetadata

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-unpause-store-event-result-structure.json",
  "name": "UnpauseStoreEventResult",
  "description": "Result of an event that requested to unpause a store.",
  "type": "object",
  "properties": {
    "eventResultMetadata": {
      "$ref": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-required-event-result-metadata-schema.json"
    }
  }
}