Flipdish · Schema

BusinessHoursPeriodBase

Business hours period

RestaurantOnline OrderingMobile AppsPoint-of-SaleOrderMenusPaymentsWebhook

Properties

Name Type Description
DayOfWeek string Day of week
StartTime string Start time
Period string Period
StartTimeEarly string Start time early
PeriodEarly string Period early
View JSON Schema on GitHub

JSON Schema

menus-business-hours-period-base-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-schema/menus-business-hours-period-base-schema.json",
  "title": "BusinessHoursPeriodBase",
  "description": "Business hours period",
  "type": "object",
  "properties": {
    "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"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/menus-business-hours-period-base"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.