Flipdish · JSON Structure

Stores Store Order Capacity Period Structure

Represents a single order capacity period

Type: object Properties: 6
RestaurantOnline OrderingMobile AppsPoint-of-SaleOrderMenusPaymentsWebhook

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

Properties

MaxOrderNumberPerStoreInterval DayOfTheWeek PeriodStartHour PeriodStartMinutes PeriodEndHour PeriodEndMinutes

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/stores-store-order-capacity-period-structure.json",
  "name": "StoreOrderCapacityPeriod",
  "description": "Represents a single order capacity period",
  "type": "object",
  "properties": {
    "MaxOrderNumberPerStoreInterval": {
      "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": "int32",
      "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": {
      "description": "The hour the period starts at",
      "type": "int32",
      "example": 1
    },
    "PeriodStartMinutes": {
      "description": "The minutes after the hour the period starts at",
      "type": "int32",
      "example": 1
    },
    "PeriodEndHour": {
      "description": "The hour the period ends at",
      "type": "int32",
      "example": 1
    },
    "PeriodEndMinutes": {
      "description": "The minutes after the hour the period ends at",
      "type": "int32",
      "example": 1
    }
  }
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/stores-store-order-capacity-period-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.