iSpring Learn · Schema

CreateAppraisalSessionRequest

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training

Properties

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

JSON Schema

CreateAppraisalSessionRequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CreateAppraisalSessionRequest",
  "required": [
    "name",
    "managerId"
  ],
  "properties": {
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "managerId": {
      "type": "string",
      "format": "uuid"
    }
  },
  "type": "object"
}