iSpring Learn · Schema

UpdateAppraisalQuestionRequest

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training

Properties

Name Type Description
text string
isRequired boolean
targetRoles array
View JSON Schema on GitHub

JSON Schema

UpdateAppraisalQuestionRequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "UpdateAppraisalQuestionRequest",
  "properties": {
    "text": {
      "type": "string"
    },
    "isRequired": {
      "type": "boolean"
    },
    "targetRoles": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/AppraisalSessionReviewerRole"
      }
    }
  },
  "type": "object"
}