iSpring Learn · Schema

AppraisalSessionContentScaleLevelData

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training

Properties

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

JSON Schema

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