{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/deliverect/refs/heads/main/json-schema/channel-api-post-channelname-menustatus-id-schema.json", "title": "PostChannelnameMenustatusId", "description": "Deliverect Menu Update (Async)", "type": "object", "properties": { "status": { "type": "string", "example": "confirmed" }, "comment": { "type": "string", "example": "string" } }, "required": [ "status" ] }