iSpring Learn · Schema

AppraisalSessionReviewer

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training

Properties

Name Type Description
reviewerId string
role object
View JSON Schema on GitHub

JSON Schema

AppraisalSessionReviewer.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "AppraisalSessionReviewer",
  "required": [
    "reviewerId",
    "role"
  ],
  "properties": {
    "reviewerId": {
      "type": "string",
      "format": "uuid"
    },
    "role": {
      "$ref": "#/components/schemas/AppraisalSessionReviewerRole"
    }
  },
  "type": "object"
}