iSpring Learn · Schema

LearningTrackCourse

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training

Properties

Name Type Description
learningTrackId string
courseId string
View JSON Schema on GitHub

JSON Schema

LearningTrackCourse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "LearningTrackCourse",
  "required": [
    "learningTrackId",
    "courseId"
  ],
  "properties": {
    "learningTrackId": {
      "type": "string",
      "format": "uuid"
    },
    "courseId": {
      "type": "string",
      "format": "uuid"
    }
  },
  "type": "object",
  "xml": {
    "name": "learningTracksCourse",
    "wrapped": true
  }
}