Home
Flipdish
Menus Menu Structure
Menus Menu Structure
Menu
Type: object
Properties: 14
Restaurant Online Ordering Mobile Apps Point-of-Sale Order Menus Payments Webhook
Menu is a JSON Structure definition published by Flipdish, describing 14 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
MenuId
ModifiedTime
VersionNumber
ImageName
ImageUrl
Name
Locked
MenuSections
TaxRates
AppId
DisplaySectionLinks
MenuSectionBehaviour
TaxType
IsIntegrated
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-structure/menus-menu-structure.json",
"name": "Menu",
"description": "Menu",
"type": "object",
"properties": {
"MenuId": {
"description": "Menu identifier",
"type": "int32",
"example": 500123
},
"ModifiedTime": {
"description": "Last modified time",
"type": "datetime",
"example": "2026-06-02T12:00:00Z"
},
"VersionNumber": {
"description": "Menu version",
"type": "int32",
"example": 3
},
"ImageName": {
"description": "Image Name",
"type": "string",
"example": "Example Name"
},
"ImageUrl": {
"description": "Image url",
"type": "string",
"example": "https://api.flipdish.co/example"
},
"Name": {
"description": "Name of Menu, only shown in portal",
"type": "string",
"example": "Example Name"
},
"Locked": {
"description": "Locked: is menu locked against modifcation",
"type": "boolean",
"example": true
},
"MenuSections": {
"description": "Menu sections (startes, main etc)",
"type": "array",
"items": {
"$ref": "#/components/schemas/MenuSection"
},
"example": []
},
"TaxRates": {
"description": "Menu tax rates",
"type": "array",
"items": {
"$ref": "#/components/schemas/MenuTaxRate"
},
"example": []
},
"AppId": {
"description": "Identifier of App the menu is attached to",
"type": "string",
"example": "500123"
},
"DisplaySectionLinks": {
"description": "Display menu section link on UI",
"type": "boolean",
"example": true
},
"MenuSectionBehaviour": {
"description": "Menu section behaviour",
"enum": [
"ExpandSingle",
"ExpandMultiple"
],
"type": "string",
"example": "ExpandSingle"
},
"TaxType": {
"description": "Tax type",
"enum": [
"IncludedInBasePrice",
"ExcludedFromBasePrice"
],
"type": "string",
"example": "IncludedInBasePrice"
},
"IsIntegrated": {
"description": "Flag to indicate if the menu is integrated (contains metadata)",
"type": "boolean",
"example": true
}
}
}
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/menus-menu-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.