iSpring Learn · Schema

ContentType

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training
View JSON Schema on GitHub

JSON Schema

ContentType.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ContentType",
  "type": "string",
  "enum": [
    "iSpringSuiteModule",
    "Audio",
    "Video",
    "Image",
    "Quiz",
    "Survey",
    "SCORM",
    "Course",
    "LearningTrack",
    "WordDocument",
    "PowerPointPresentation",
    "PDFDocument",
    "ExcelSpreadsheet",
    "RolePlay",
    "Link",
    "Assignment",
    "Book",
    "Interaction",
    "Page",
    "OnlineQuiz",
    "ExternalCourse"
  ]
}