{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-structure/catalog-publish-menu-changes-structure.json", "name": "PublishMenuChanges", "description": "Publish Menu Changes", "type": "object", "properties": { "CatalogItemId": { "description": "Optional Catalog item id", "maxLength": 30, "minLength": 0, "type": "string", "example": "500123" }, "MenuIds": { "description": "Optional Collection of Menu id", "type": "array", "items": { "type": "int32" }, "example": [ 1 ] } } }