iSpring Learn · Schema

CompetencyIndicatorLevel

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training

Properties

Name Type Description
levelId string
description string
View JSON Schema on GitHub

JSON Schema

CompetencyIndicatorLevel.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CompetencyIndicatorLevel",
  "required": [
    "levelId"
  ],
  "properties": {
    "levelId": {
      "type": "string",
      "format": "uuid"
    },
    "description": {
      "type": "string"
    }
  },
  "type": "object",
  "xml": {
    "name": "competencyIndicatorLevel"
  }
}