iSpring Learn · Schema

ModuleItemType

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training
View JSON Schema on GitHub

JSON Schema

ModuleItemType.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ModuleItemType",
  "type": "string",
  "enum": [
    "training",
    "material"
  ]
}