iSpring Learn · Schema

TrainingType

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training

Properties

Name Type Description
trainingTypeId string
trainingTypeTitle string
View JSON Schema on GitHub

JSON Schema

TrainingType.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "TrainingType",
  "required": [
    "trainingTypeId",
    "trainingTypeTitle"
  ],
  "properties": {
    "trainingTypeId": {
      "type": "string",
      "format": "uuid"
    },
    "trainingTypeTitle": {
      "type": "string"
    }
  },
  "type": "object",
  "xml": {
    "name": "trainingType",
    "wrapped": true
  }
}