iSpring Learn · Schema

CompetencyScaleLevel

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training

Properties

Name Type Description
levelId string
name string
score number
View JSON Schema on GitHub

JSON Schema

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