Flipdish · Schema

StoreOrderCapacityPeriod

Represents a single order capacity period

RestaurantOnline OrderingMobile AppsPoint-of-SaleOrderMenusPaymentsWebhook

Properties

Name Type Description
MaxOrderNumberPerStoreInterval integer The maximum number of orders per each store order interval in this order capacity period. E.g. for a period from 9:00 till 11:00, if the store's interval is 10 minutes, and MaxOrderNumberPerStoreInter
DayOfTheWeek string Day of the week the period pertains to
PeriodStartHour integer The hour the period starts at
PeriodStartMinutes integer The minutes after the hour the period starts at
PeriodEndHour integer The hour the period ends at
PeriodEndMinutes integer The minutes after the hour the period ends at
View JSON Schema on GitHub

JSON Schema

stores-store-order-capacity-period-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/stores-store-order-capacity-period-schema.json",
  "title": "StoreOrderCapacityPeriod",
  "description": "Represents a single order capacity period",
  "type": "object",
  "properties": {
    "MaxOrderNumberPerStoreInterval": {
      "format": "int32",
      "description": "The maximum number of orders per each store order interval in this order capacity period.\r\nE.g. for a period from 9:00 till 11:00, if the store's interval is 10 minutes, and MaxOrderNumberPerStoreInterval is set to 5,\r\nit means that within each 10-minute interval between 9:00 and 11:00 (i.e. 9:00-9:10, 9:10-9:20, .. , 10:50-11:00) it will be possible to\r\nrequest at most 5 orders.",
      "type": "integer",
      "example": 3
    },
    "DayOfTheWeek": {
      "description": "Day of the week the period pertains to",
      "enum": [
        "Sunday",
        "Monday",
        "Tuesday",
        "Wednesday",
        "Thursday",
        "Friday",
        "Saturday"
      ],
      "type": "string",
      "example": "Sunday"
    },
    "PeriodStartHour": {
      "format": "int32",
      "description": "The hour the period starts at",
      "type": "integer",
      "example": 1
    },
    "PeriodStartMinutes": {
      "format": "int32",
      "description": "The minutes after the hour the period starts at",
      "type": "integer",
      "example": 1
    },
    "PeriodEndHour": {
      "format": "int32",
      "description": "The hour the period ends at",
      "type": "integer",
      "example": 1
    },
    "PeriodEndMinutes": {
      "format": "int32",
      "description": "The minutes after the hour the period ends at",
      "type": "integer",
      "example": 1
    }
  }
}

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/stores-store-order-capacity-period"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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