Revel Systems · JSON Structure

Revel Webhooks Ping Payload Structure

PingPayload schema from Revel Webhooks

Type: object Properties: 1
POSRestaurantRetailiPad

PingPayload 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-ping-payload-structure.json",
  "name": "PingPayload",
  "description": "PingPayload schema from Revel Webhooks",
  "type": "object",
  "properties": {
    "event": {
      "type": "string",
      "const": "ping"
    }
  }
}