SuprSend · JSON-LD Context

Suprsend Context

JSON-LD context defining the semantic vocabulary for Suprsend from SuprSend.

27 Classes 29 Properties 4 Namespaces
View Context View on GitHub

Namespaces

ss: https://www.suprsend.com/vocab#
schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
rdfs: http://www.w3.org/2000/01/rdf-schema#

Classes

Workspace Workflow WorkflowTrigger Broadcast Event Template TemplateVariant SubscriberList Subscriber Tenant Object PreferenceCategory ChannelPreference DeliveryLog DigestNode DelayNode BatchNode BranchNode TransformNode SendEmailNode SendSmsNode SendWhatsappNode SendMobilePushNode SendInboxNode SendWebpushNode SendSlackNode SendMsTeamsNode

Properties

Property Type Container
workspace_key string
distinct_id string
list_id string
list_name string
tenant_id string
tenant_name string
template_slug string
workflow_slug string
event_name string
channel string
status string
is_restricted boolean
is_unsubscribed boolean
recipients set
data
properties
nodes list
idempotency_key string
created_at dateTime
updated_at dateTime
name string
description string
logo reference
primary_color string
secondary_color string
object_type string
category_slug string
variant_id string
version string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "ss": "https://www.suprsend.com/vocab#",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "rdfs": "http://www.w3.org/2000/01/rdf-schema#",

    "Workspace": "ss:Workspace",
    "Workflow": "ss:Workflow",
    "WorkflowTrigger": "ss:WorkflowTrigger",
    "Broadcast": "ss:Broadcast",
    "Event": "ss:Event",
    "Template": "ss:Template",
    "TemplateVariant": "ss:TemplateVariant",
    "SubscriberList": "ss:SubscriberList",
    "Subscriber": "ss:Subscriber",
    "Tenant": "ss:Tenant",
    "Object": "ss:Object",
    "PreferenceCategory": "ss:PreferenceCategory",
    "ChannelPreference": "ss:ChannelPreference",
    "DeliveryLog": "ss:DeliveryLog",
    "DigestNode": "ss:DigestNode",
    "DelayNode": "ss:DelayNode",
    "BatchNode": "ss:BatchNode",
    "BranchNode": "ss:BranchNode",
    "TransformNode": "ss:TransformNode",
    "SendEmailNode": "ss:SendEmailNode",
    "SendSmsNode": "ss:SendSmsNode",
    "SendWhatsappNode": "ss:SendWhatsappNode",
    "SendMobilePushNode": "ss:SendMobilePushNode",
    "SendInboxNode": "ss:SendInboxNode",
    "SendWebpushNode": "ss:SendWebpushNode",
    "SendSlackNode": "ss:SendSlackNode",
    "SendMsTeamsNode": "ss:SendMsTeamsNode",

    "workspace_key": {
      "@id": "ss:workspaceKey",
      "@type": "xsd:string"
    },
    "distinct_id": {
      "@id": "ss:distinctId",
      "@type": "xsd:string"
    },
    "list_id": {
      "@id": "ss:listId",
      "@type": "xsd:string"
    },
    "list_name": {
      "@id": "ss:listName",
      "@type": "xsd:string"
    },
    "tenant_id": {
      "@id": "ss:tenantId",
      "@type": "xsd:string"
    },
    "tenant_name": {
      "@id": "ss:tenantName",
      "@type": "xsd:string"
    },
    "template_slug": {
      "@id": "ss:templateSlug",
      "@type": "xsd:string"
    },
    "workflow_slug": {
      "@id": "ss:workflowSlug",
      "@type": "xsd:string"
    },
    "event_name": {
      "@id": "ss:eventName",
      "@type": "xsd:string"
    },
    "channel": {
      "@id": "ss:channel",
      "@type": "xsd:string"
    },
    "status": {
      "@id": "ss:status",
      "@type": "xsd:string"
    },
    "is_restricted": {
      "@id": "ss:isRestricted",
      "@type": "xsd:boolean"
    },
    "is_unsubscribed": {
      "@id": "ss:isUnsubscribed",
      "@type": "xsd:boolean"
    },
    "recipients": {
      "@id": "ss:recipients",
      "@container": "@set"
    },
    "data": {
      "@id": "ss:data"
    },
    "properties": {
      "@id": "ss:properties"
    },
    "nodes": {
      "@id": "ss:nodes",
      "@container": "@list"
    },
    "idempotency_key": {
      "@id": "ss:idempotencyKey",
      "@type": "xsd:string"
    },
    "created_at": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },
    "updated_at": {
      "@id": "schema:dateModified",
      "@type": "xsd:dateTime"
    },
    "name": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "description": {
      "@id": "schema:description",
      "@type": "xsd:string"
    },
    "logo": {
      "@id": "schema:logo",
      "@type": "@id"
    },
    "primary_color": {
      "@id": "ss:primaryColor",
      "@type": "xsd:string"
    },
    "secondary_color": {
      "@id": "ss:secondaryColor",
      "@type": "xsd:string"
    },
    "object_type": {
      "@id": "ss:objectType",
      "@type": "xsd:string"
    },
    "category_slug": {
      "@id": "ss:categorySlug",
      "@type": "xsd:string"
    },
    "variant_id": {
      "@id": "ss:variantId",
      "@type": "xsd:string"
    },
    "version": {
      "@id": "ss:version",
      "@type": "xsd:string"
    }
  }
}