{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/tripleseat/refs/heads/main/json-structure/tripleseat-webhooks-webhook-headers-structure.json", "name": "WebhookHeaders", "description": "WebhookHeaders schema from Tripleseat API", "type": "object", "properties": { "X-Signature": { "type": "string", "description": "SHA256-HMAC signature of the request payload computed with the webhook endpoint's signing key. Verify with a constant-time comparison.", "example": "example" } } }