Delighted · JSON-LD Context

Delighted Context

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

1 Classes 42 Properties 3 Namespaces
View Context View on GitHub

Namespaces

delighted: https://app.delighted.com/docs/api#
schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

id

Properties

Property Type Container
Person reference
SurveyResponse reference
Metrics reference
AutopilotConfiguration reference
AutopilotMembership reference
Note reference
WebhookPayload reference
email string
name string
phone_number string
created_at integer
updated_at integer
score integer
comment string
permalink reference
survey_type string
person_properties
notes set
tags set
additional_answers set
nps integer
promoter_count integer
promoter_percent integer
passive_count integer
passive_percent integer
detractor_count integer
detractor_percent integer
response_count integer
platform_id string
active boolean
frequency integer
last_sent_at integer
last_responded_at integer
next_survey_scheduled_at integer
survey_scheduled_at integer
unsubscribed_at integer
bounced_at integer
person_id string
event_type string
event_id string
event_data
ok boolean

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "delighted": "https://app.delighted.com/docs/api#",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "Person": {
      "@id": "delighted:Person",
      "@type": "@id"
    },
    "SurveyResponse": {
      "@id": "delighted:SurveyResponse",
      "@type": "@id"
    },
    "Metrics": {
      "@id": "delighted:Metrics",
      "@type": "@id"
    },
    "AutopilotConfiguration": {
      "@id": "delighted:AutopilotConfiguration",
      "@type": "@id"
    },
    "AutopilotMembership": {
      "@id": "delighted:AutopilotMembership",
      "@type": "@id"
    },
    "Note": {
      "@id": "delighted:Note",
      "@type": "@id"
    },
    "WebhookPayload": {
      "@id": "delighted:WebhookPayload",
      "@type": "@id"
    },

    "id": "@id",
    "email": {
      "@id": "schema:email",
      "@type": "xsd:string"
    },
    "name": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "phone_number": {
      "@id": "schema:telephone",
      "@type": "xsd:string"
    },
    "created_at": {
      "@id": "schema:dateCreated",
      "@type": "xsd:integer"
    },
    "updated_at": {
      "@id": "schema:dateModified",
      "@type": "xsd:integer"
    },
    "score": {
      "@id": "schema:ratingValue",
      "@type": "xsd:integer"
    },
    "comment": {
      "@id": "schema:description",
      "@type": "xsd:string"
    },
    "permalink": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "survey_type": {
      "@id": "delighted:surveyType",
      "@type": "xsd:string"
    },
    "person_properties": {
      "@id": "delighted:personProperties"
    },
    "notes": {
      "@id": "delighted:notes",
      "@container": "@set"
    },
    "tags": {
      "@id": "delighted:tags",
      "@container": "@set"
    },
    "additional_answers": {
      "@id": "delighted:additionalAnswers",
      "@container": "@set"
    },
    "nps": {
      "@id": "delighted:nps",
      "@type": "xsd:integer"
    },
    "promoter_count": {
      "@id": "delighted:promoterCount",
      "@type": "xsd:integer"
    },
    "promoter_percent": {
      "@id": "delighted:promoterPercent",
      "@type": "xsd:integer"
    },
    "passive_count": {
      "@id": "delighted:passiveCount",
      "@type": "xsd:integer"
    },
    "passive_percent": {
      "@id": "delighted:passivePercent",
      "@type": "xsd:integer"
    },
    "detractor_count": {
      "@id": "delighted:detractorCount",
      "@type": "xsd:integer"
    },
    "detractor_percent": {
      "@id": "delighted:detractorPercent",
      "@type": "xsd:integer"
    },
    "response_count": {
      "@id": "delighted:responseCount",
      "@type": "xsd:integer"
    },
    "platform_id": {
      "@id": "delighted:platformId",
      "@type": "xsd:string"
    },
    "active": {
      "@id": "schema:isAccessibleForFree",
      "@type": "xsd:boolean"
    },
    "frequency": {
      "@id": "delighted:frequency",
      "@type": "xsd:integer"
    },
    "last_sent_at": {
      "@id": "delighted:lastSentAt",
      "@type": "xsd:integer"
    },
    "last_responded_at": {
      "@id": "delighted:lastRespondedAt",
      "@type": "xsd:integer"
    },
    "next_survey_scheduled_at": {
      "@id": "delighted:nextSurveyScheduledAt",
      "@type": "xsd:integer"
    },
    "survey_scheduled_at": {
      "@id": "delighted:surveyScheduledAt",
      "@type": "xsd:integer"
    },
    "unsubscribed_at": {
      "@id": "delighted:unsubscribedAt",
      "@type": "xsd:integer"
    },
    "bounced_at": {
      "@id": "delighted:bouncedAt",
      "@type": "xsd:integer"
    },
    "person_id": {
      "@id": "delighted:personId",
      "@type": "xsd:string"
    },
    "event_type": {
      "@id": "delighted:eventType",
      "@type": "xsd:string"
    },
    "event_id": {
      "@id": "delighted:eventId",
      "@type": "xsd:string"
    },
    "event_data": {
      "@id": "delighted:eventData"
    },
    "ok": {
      "@id": "delighted:ok",
      "@type": "xsd:boolean"
    }
  }
}