Adobe Captivate · JSON Structure

Learning Manager Webhooks Learning Object Reference Structure

Reference to a learning object involved in an event

Type: object Properties: 4
AuthoringEducationeLearningLMSSCORMTrainingxAPI

LearningObjectReference is a JSON Structure definition published by Adobe Captivate, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

loId loType name instanceId

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adobe-captivate/refs/heads/main/json-structure/learning-manager-webhooks-learning-object-reference-structure.json",
  "name": "LearningObjectReference",
  "description": "Reference to a learning object involved in an event",
  "type": "object",
  "properties": {
    "loId": {
      "type": "string",
      "description": "Learning object identifier"
    },
    "loType": {
      "type": "string",
      "description": "Type of learning object",
      "enum": [
        "course",
        "learningProgram",
        "certification",
        "jobAid"
      ]
    },
    "name": {
      "type": "string",
      "description": "Learning object name"
    },
    "instanceId": {
      "type": "string",
      "description": "Learning object instance identifier"
    }
  }
}