Apideck · Schema

HrisWebhookEvent

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-hriswebhookevent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/HrisWebhookEvent",
  "title": "HrisWebhookEvent",
  "allOf": [
    {
      "$ref": "#/components/schemas/WebhookEvent"
    },
    {
      "properties": {
        "event_type": {
          "$ref": "#/components/schemas/HrisEventType"
        }
      },
      "type": "object"
    }
  ],
  "x-sdk-exclude": true
}