iSpring Learn · Schema

RemoveAppraisalSessionReviewersRequest

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training

Properties

Name Type Description
reviewerIds array
View JSON Schema on GitHub

JSON Schema

RemoveAppraisalSessionReviewersRequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "RemoveAppraisalSessionReviewersRequest",
  "required": [
    "reviewerIds"
  ],
  "properties": {
    "reviewerIds": {
      "type": "array",
      "items": {
        "type": "string",
        "format": "uuid"
      }
    }
  },
  "type": "object"
}