svix:
https://api.svix.com/vocab#
schema:
https://schema.org/
stdwh:
https://www.standardwebhooks.com/vocab#
{
"@context": {
"@version": 1.1,
"svix": "https://api.svix.com/vocab#",
"schema": "https://schema.org/",
"stdwh": "https://www.standardwebhooks.com/vocab#",
"Application": "svix:Application",
"Endpoint": "svix:Endpoint",
"Message": "svix:Message",
"MessageAttempt": "svix:MessageAttempt",
"EventType": "svix:EventType",
"Integration": "svix:Integration",
"OperationalWebhookEndpoint": "svix:OperationalWebhookEndpoint",
"Stream": "svix:Stream",
"StreamSink": "svix:StreamSink",
"IngestSource": "svix:IngestSource",
"IngestEndpoint": "svix:IngestEndpoint",
"BackgroundTask": "svix:BackgroundTask",
"id": "@id",
"type": "@type",
"name": "schema:name",
"description": "schema:description",
"url": { "@id": "schema:url", "@type": "@id" },
"uid": "svix:uid",
"createdAt": { "@id": "schema:dateCreated", "@type": "http://www.w3.org/2001/XMLSchema#dateTime" },
"updatedAt": { "@id": "schema:dateModified", "@type": "http://www.w3.org/2001/XMLSchema#dateTime" },
"timestamp": { "@id": "svix:timestamp", "@type": "http://www.w3.org/2001/XMLSchema#dateTime" },
"deliverAt": { "@id": "svix:deliverAt", "@type": "http://www.w3.org/2001/XMLSchema#dateTime" },
"nextAttempt": { "@id": "svix:nextAttempt", "@type": "http://www.w3.org/2001/XMLSchema#dateTime" },
"eventType": "svix:eventType",
"eventId": "svix:eventId",
"payload": "svix:payload",
"channels": "svix:channels",
"tags": "svix:tags",
"filterTypes": "svix:filterTypes",
"metadata": "svix:metadata",
"throttleRate": "svix:throttleRate",
"disabled": "svix:disabled",
"archived": "svix:archived",
"deprecated": "svix:deprecated",
"groupName": "svix:groupName",
"featureFlags": "svix:featureFlags",
"schemas": "svix:schemas",
"secret": "stdwh:secret",
"signature": "stdwh:signature",
"status": "svix:status",
"triggerType": "svix:triggerType",
"response": "svix:response",
"responseStatusCode": "svix:responseStatusCode",
"responseDurationMs": "svix:responseDurationMs",
"endpointId": { "@id": "svix:endpoint", "@type": "@id" },
"msgId": { "@id": "svix:message", "@type": "@id" },
"application": { "@id": "svix:application", "@type": "@id" }
}
}