Otter · Schema
UpsertFullMenuEventCallback
UpsertFullMenuEventCallback schema from Public API (Otter Public API).
RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics
Properties
| Name | Type | Description |
|---|---|---|
| requestedToCreatedEntityIds | object | A map for entities created by the Upsert containing the IDs of the requested entities mapped to the IDs of entities created by the request. Our system will use the IDs returned in this map to send upd |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "UpsertFullMenuEventCallback",
"description": "UpsertFullMenuEventCallback schema from Public API (Otter Public API).",
"$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-upsert-full-menu-event-callback-schema.json",
"type": "object",
"properties": {
"requestedToCreatedEntityIds": {
"type": "object",
"additionalProperties": {
"x-additionalPropertiesName": "menuId",
"type": "string"
},
"example": {
"1ecd8573-c033-4a55-9d69-4e99bb0397b4": "ABCDEFGHIJK1234"
},
"description": "A map for entities created by the Upsert containing the IDs of the requested entities mapped to the IDs of entities created by the request. Our system will use the IDs returned in this map to send updates to these entities in future requests. **NOTE -** A empty map can be used on requestedToCreatedEntityIds to use the same menu IDs that were previously defined."
}
},
"required": [
"requestedToCreatedEntityIds"
]
}
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-upsert-full-menu-event-callback"
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.