Otter · Schema
Menu_POS
A menu for a store.
RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Internal identifier for Menu. |
| name | string | Name of the Menu. |
| categoryIds | array | Identifiers of the categories within this Menu. |
| fulfillmentModes | array | The ways in which this menu may be fulfilled. If no values are specified, it is assumed that all fulfillment types are allowed. |
| description | string | Description of the Menu. |
| hours | object | |
| additionalCharges | array | Additional charges to apply for this menu. All additional charges specified on a menu will only be applied once per order. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Menu_POS",
"description": "A menu for a store.",
"$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-menu-pos-schema.json",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Internal identifier for Menu.",
"example": "ff6dd693-5e55-4a92-a359-ea61b23ed423"
},
"name": {
"type": "string",
"description": "Name of the Menu.",
"example": "Tasty BBQ"
},
"categoryIds": {
"type": "array",
"default": [],
"description": "Identifiers of the categories within this Menu.",
"items": {
"type": "string"
}
},
"fulfillmentModes": {
"type": "array",
"default": [],
"description": "The ways in which this menu may be fulfilled. If no values are specified, it is assumed that all fulfillment types are allowed.",
"items": {
"type": "string",
"description": "How an item from a menu is allowed to be fulfilled when ordered by a user.",
"enum": [
"DELIVERY",
"PICK_UP",
"DINE_IN"
]
}
},
"description": {
"type": "string",
"description": "Description of the Menu.",
"example": "Cooking up BBQ deliciousness from around the globe!"
},
"hours": {
"$ref": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-hours-schema.json"
},
"additionalCharges": {
"type": "array",
"nullable": true,
"description": "Additional charges to apply for this menu. All additional charges specified on a menu will only be applied once per order.",
"items": {
"$ref": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-additional-charge-schema.json"
}
}
},
"required": [
"id",
"name"
]
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/public-api-menu-pos"
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.