Lunchbox · Schema

ManagedStoreSummary

ManagedStoreSummary schema from Lunchbox Management API

RestaurantOnline OrderingGuest EngagementCateringMenusOrderLoyaltyEnterprise

Properties

Name Type Description
store_id string
rest_id integer
rest_name string
status string
setup_type string
address1 string
city string
state_name string
state_code string
state_id integer
zip_code string
timezone string
View JSON Schema on GitHub

JSON Schema

management-managed-store-summary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ManagedStoreSummary",
  "description": "ManagedStoreSummary schema from Lunchbox Management API",
  "$id": "https://raw.githubusercontent.com/api-evangelist/lunchbox/refs/heads/main/json-schema/management-managed-store-summary-schema.json",
  "type": "object",
  "properties": {
    "store_id": {
      "type": "string",
      "example": "123456"
    },
    "rest_id": {
      "type": "integer",
      "example": 1234
    },
    "rest_name": {
      "type": "string",
      "example": "Sample"
    },
    "status": {
      "type": "string",
      "example": "string"
    },
    "setup_type": {
      "type": "string",
      "example": "string"
    },
    "address1": {
      "type": "string",
      "example": "1216 Broadway"
    },
    "city": {
      "type": "string",
      "example": "New York"
    },
    "state_name": {
      "type": "string",
      "example": "NY"
    },
    "state_code": {
      "type": "string",
      "example": "NY"
    },
    "state_id": {
      "type": "integer",
      "example": 1234
    },
    "zip_code": {
      "type": "string",
      "example": "10001"
    },
    "timezone": {
      "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/management-managed-store-summary"
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.