iSpring Learn · Schema

DueDateType

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training
View JSON Schema on GitHub

JSON Schema

DueDateType.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "DueDateType",
  "type": "string",
  "enum": [
    "unlimited",
    "default",
    "due_date",
    "due_period"
  ]
}