iSpring Learn · Schema

UpdateAppraisalSessionRequest

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training

Properties

Name Type Description
name string
description string
instruction string
selfReviewInstruction string
profileId string
managerId string
View JSON Schema on GitHub

JSON Schema

UpdateAppraisalSessionRequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "UpdateAppraisalSessionRequest",
  "properties": {
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "instruction": {
      "type": "string"
    },
    "selfReviewInstruction": {
      "type": "string"
    },
    "profileId": {
      "type": "string",
      "format": "uuid"
    },
    "managerId": {
      "type": "string",
      "format": "uuid"
    }
  },
  "type": "object"
}