Revel Systems · Schema

PingPayload

PingPayload schema from Revel Webhooks

POSRestaurantRetailiPad

Properties

Name Type Description
event string
View JSON Schema on GitHub

JSON Schema

revel-webhooks-ping-payload-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PingPayload",
  "description": "PingPayload schema from Revel Webhooks",
  "$id": "https://raw.githubusercontent.com/api-evangelist/revel-systems/refs/heads/main/json-schema/revel-webhooks-ping-payload-schema.json",
  "type": "object",
  "properties": {
    "event": {
      "type": "string",
      "const": "ping"
    }
  }
}