iSpring Learn · Schema

AppraisalSessionContentScale

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training

Properties

Name Type Description
scaleId string
levels array
View JSON Schema on GitHub

JSON Schema

AppraisalSessionContentScale.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "AppraisalSessionContentScale",
  "required": [
    "scaleId",
    "levels"
  ],
  "properties": {
    "scaleId": {
      "type": "string",
      "format": "uuid"
    },
    "levels": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/AppraisalSessionContentScaleLevelData"
      },
      "xml": {
        "wrapped": true
      }
    }
  },
  "type": "object",
  "xml": {
    "name": "appraisalSessionContentScale"
  }
}