iSpring Learn · Schema

EnrollmentTypeGroup

0 - Enrolled by admin 1 - Enrolled from catalog

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training
View JSON Schema on GitHub

JSON Schema

EnrollmentTypeGroup.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "EnrollmentTypeGroup",
  "description": "0 - Enrolled by admin 1 - Enrolled from catalog",
  "type": "integer",
  "enum": [
    0,
    1
  ]
}