Svix · JSON-LD Context

Svix Context

JSON-LD context defining the semantic vocabulary for Svix from Svix.

38 Classes 9 Properties 3 Namespaces
View Context View on GitHub

Namespaces

svix: https://api.svix.com/vocab#
schema: https://schema.org/
stdwh: https://www.standardwebhooks.com/vocab#

Classes

Application Endpoint Message MessageAttempt EventType Integration OperationalWebhookEndpoint Stream StreamSink IngestSource IngestEndpoint BackgroundTask id type name description uid eventType eventId payload channels tags filterTypes metadata throttleRate disabled archived deprecated groupName featureFlags schemas secret signature status triggerType response responseStatusCode responseDurationMs

Properties

Property Type Container
url reference
createdAt http://www.w3.org/2001/XMLSchema#dateTime
updatedAt http://www.w3.org/2001/XMLSchema#dateTime
timestamp http://www.w3.org/2001/XMLSchema#dateTime
deliverAt http://www.w3.org/2001/XMLSchema#dateTime
nextAttempt http://www.w3.org/2001/XMLSchema#dateTime
endpointId reference
msgId reference
application reference

JSON-LD Document

Raw ↑
{
  "@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" }
  }
}