Revel Systems · JSON Structure

Revel Webhooks Integration Changed Payload Structure

IntegrationChangedPayload schema from Revel Webhooks

Type: object Properties: 1
POSRestaurantRetailiPad

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