Revel Systems · JSON Structure

Revel Webhooks Menu Updated Payload Structure

MenuUpdatedPayload schema from Revel Webhooks

Type: object Properties: 1
POSRestaurantRetailiPad

MenuUpdatedPayload is a JSON Structure definition published by Revel Systems, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

event

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/revel-systems/refs/heads/main/json-structure/revel-webhooks-menu-updated-payload-structure.json",
  "name": "MenuUpdatedPayload",
  "description": "MenuUpdatedPayload schema from Revel Webhooks",
  "type": "object",
  "properties": {
    "event": {
      "type": "string",
      "const": "menu.updated"
    }
  }
}