iSpring Learn · Schema

AppraisalSessionContentRequiredLevelData

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training

Properties

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

JSON Schema

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