Flipdish · JSON Structure

Menus Business Hours Period Structure

Business hours period

Type: object Properties: 8
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Properties

Early Late Ranges DayOfWeek StartTime Period StartTimeEarly PeriodEarly

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/menus-business-hours-period-structure.json",
  "name": "BusinessHoursPeriod",
  "description": "Business hours period",
  "type": "object",
  "properties": {
    "Early": {
      "$ref": "#/components/schemas/Range"
    },
    "Late": {
      "$ref": "#/components/schemas/Range"
    },
    "Ranges": {
      "description": "Ranges",
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Range"
      },
      "example": []
    },
    "DayOfWeek": {
      "description": "Day of week",
      "enum": [
        "Sunday",
        "Monday",
        "Tuesday",
        "Wednesday",
        "Thursday",
        "Friday",
        "Saturday"
      ],
      "type": "string",
      "example": "Sunday"
    },
    "StartTime": {
      "description": "Start time",
      "type": "string",
      "example": "2026-06-02T12:00:00Z"
    },
    "Period": {
      "description": "Period",
      "type": "string",
      "example": "string"
    },
    "StartTimeEarly": {
      "description": "Start time early",
      "type": "string",
      "example": "string"
    },
    "PeriodEarly": {
      "description": "Period early",
      "type": "string",
      "example": "string"
    }
  }
}