Tripleseat · JSON-LD Context

Tripleseat Webhooks Context

JSON-LD context defining the semantic vocabulary for Tripleseat Webhooks from Tripleseat.

2 Classes 8 Properties 4 Namespaces
View Context View on GitHub

Namespaces

ts: https://tripleseat.com/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

WebhookHeaders WebhookPayload

Properties

Property Type Container
xSignature string
webhookTriggerType string
message string
object reference
id integer
name
eventDate date
status string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "ts": "https://tripleseat.com/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "WebhookHeaders": "ts:WebhookHeaders",
    "xSignature": {
      "@id": "ts:X-Signature",
      "@type": "xsd:string"
    },
    "WebhookPayload": "ts:WebhookPayload",
    "webhookTriggerType": {
      "@id": "ts:webhook_trigger_type",
      "@type": "xsd:string"
    },
    "message": {
      "@id": "ts:message",
      "@type": "xsd:string"
    },
    "object": {
      "@id": "ts:object",
      "@type": "@id"
    },
    "id": {
      "@id": "ts:id",
      "@type": "xsd:integer"
    },
    "name": {
      "@id": "schema:name"
    },
    "eventDate": {
      "@id": "ts:event_date",
      "@type": "xsd:date"
    },
    "status": {
      "@id": "ts:status",
      "@type": "xsd:string"
    }
  }
}