Flipdish · JSON Structure

Platform Store Opening Hours Updated Event Structure

Store Opening Hours Updated Event

Type: object Properties: 17
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Properties

EventName OrgId StoreId StoreGroupId User DeliveryType DeliveryTypeString BusinessHoursPeriodOld BusinessHoursPeriod Description FlipdishEventId CreateTime Position AppId IpAddress ActivityId ActivityType

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/flipdish/refs/heads/main/json-structure/platform-store-opening-hours-updated-event-structure.json",
  "name": "StoreOpeningHoursUpdatedEvent",
  "description": "Store Opening Hours Updated Event",
  "type": "object",
  "properties": {
    "EventName": {
      "description": "The event name",
      "type": "string",
      "example": "Example Name"
    },
    "OrgId": {
      "description": "Organisation Id",
      "type": "string",
      "example": "500123"
    },
    "StoreId": {
      "description": "Store Id",
      "type": "int32",
      "example": 500123
    },
    "StoreGroupId": {
      "description": "Store group Id",
      "type": "int32",
      "example": 500123
    },
    "User": {
      "$ref": "#/components/schemas/UserEventInfo"
    },
    "DeliveryType": {
      "description": "Type of opening hours Delivery / Pickup",
      "enum": [
        "Delivery",
        "Pickup"
      ],
      "type": "string",
      "example": "Delivery"
    },
    "DeliveryTypeString": {
      "description": "Type of opening hours Delivery / Pickup as a string",
      "enum": [
        "Delivery",
        "Pickup"
      ],
      "type": "string",
      "example": "Delivery"
    },
    "BusinessHoursPeriodOld": {
      "$ref": "#/components/schemas/BusinessHoursPeriod"
    },
    "BusinessHoursPeriod": {
      "$ref": "#/components/schemas/BusinessHoursPeriod"
    },
    "Description": {
      "description": "Description",
      "type": "string",
      "example": "string"
    },
    "FlipdishEventId": {
      "description": "The identitfier of the event",
      "type": "uuid",
      "example": "00000000-0000-0000-0000-000000000000"
    },
    "CreateTime": {
      "description": "The time of creation of the event",
      "type": "datetime",
      "example": "2026-06-02T12:00:00Z"
    },
    "Position": {
      "description": "Position",
      "type": "int32",
      "example": 1
    },
    "AppId": {
      "description": "App id",
      "type": "string",
      "example": "500123"
    },
    "IpAddress": {
      "description": "Ip Address",
      "type": "string",
      "example": "string"
    },
    "ActivityId": {
      "description": "Activity Id",
      "type": "string",
      "example": "500123"
    },
    "ActivityType": {
      "description": "Activity Type",
      "type": "string",
      "example": "string"
    }
  }
}