Zluri · JSON Structure

Webhook Structure

Zluri webhook configuration.

Type: object Properties: 6 Required: 4
Access ManagementSaaS Management

Webhook is a JSON Structure definition published by Zluri, describing 6 properties, of which 4 are required. It conforms to the https://json-structure.org/schema/v0 meta-schema.

Properties

id url events status created_at updated_at

Meta-schema: https://json-structure.org/schema/v0

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/schema/v0",
  "name": "Webhook",
  "type": "object",
  "description": "Zluri webhook configuration.",
  "properties": {
    "id": {"type": "string"},
    "url": {"type": "string", "format": "uri"},
    "events": {"type": "array", "items": {"type": "string"}},
    "status": {"type": "string"},
    "created_at": {"type": "string", "format": "date-time"},
    "updated_at": {"type": "string", "format": "date-time"}
  },
  "required": ["id", "url", "events", "status"]
}