Adobe Captivate · JSON-LD Context

Adobe Captivate Learning Manager Webhooks Context

JSON-LD context defining the semantic vocabulary for Adobe Captivate Learning Manager Webhooks from Adobe Captivate.

5 Classes 9 Properties 4 Namespaces
View Context View on GitHub

Namespaces

alm: https://learningmanager.adobe.com/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

LearnerReference LearningObjectReference WebhookEventBase name email

Properties

Property Type Container
userId string
loId string
loType string
instanceId string
eventType string
eventId string
accountId string
timestamp dateTime
source string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "alm": "https://learningmanager.adobe.com/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "LearnerReference": "alm:LearnerReference",
    "LearningObjectReference": "alm:LearningObjectReference",
    "WebhookEventBase": "alm:WebhookEventBase",
    "userId": {
      "@id": "alm:userId",
      "@type": "xsd:string"
    },
    "name": "schema:name",
    "email": "schema:email",
    "loId": {
      "@id": "alm:loId",
      "@type": "xsd:string"
    },
    "loType": {
      "@id": "alm:loType",
      "@type": "xsd:string"
    },
    "instanceId": {
      "@id": "alm:instanceId",
      "@type": "xsd:string"
    },
    "eventType": {
      "@id": "alm:eventType",
      "@type": "xsd:string"
    },
    "eventId": {
      "@id": "alm:eventId",
      "@type": "xsd:string"
    },
    "accountId": {
      "@id": "alm:accountId",
      "@type": "xsd:string"
    },
    "timestamp": {
      "@id": "alm:timestamp",
      "@type": "xsd:dateTime"
    },
    "source": {
      "@id": "alm:source",
      "@type": "xsd:string"
    }
  }
}