iSpring Learn · Schema

Subordination

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training

Properties

Name Type Description
subordinationType string
supervisorId string
View JSON Schema on GitHub

JSON Schema

Subordination.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Subordination",
  "required": [
    "subordinationType"
  ],
  "properties": {
    "subordinationType": {
      "type": "string",
      "enum": [
        "manual",
        "inherit",
        "no_supervisor"
      ]
    },
    "supervisorId": {
      "type": "string"
    }
  },
  "type": "object"
}