iSpring Learn · Schema

ChangeDepartmentSubordination

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training

Properties

Name Type Description
subordination object
coSubordination object
View JSON Schema on GitHub

JSON Schema

ChangeDepartmentSubordination.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ChangeDepartmentSubordination",
  "properties": {
    "subordination": {
      "$ref": "#/components/schemas/Subordination"
    },
    "coSubordination": {
      "$ref": "#/components/schemas/Subordination"
    }
  },
  "type": "object",
  "xml": {
    "name": "request"
  }
}