Adobe Captivate · JSON Structure

Learning Manager Webhooks Learner Reference Structure

Reference to a learner involved in an event

Type: object Properties: 3
AuthoringEducationeLearningLMSSCORMTrainingxAPI

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

Properties

userId name email

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-learner-reference-structure.json",
  "name": "LearnerReference",
  "description": "Reference to a learner involved in an event",
  "type": "object",
  "properties": {
    "userId": {
      "type": "string",
      "description": "Unique user identifier"
    },
    "name": {
      "type": "string",
      "description": "Learner's full name"
    },
    "email": {
      "type": "string",
      "format": "email",
      "description": "Learner's email address"
    }
  }
}