iSpring Learn · Schema

ChangeAppraisalSessionNotificationSettingsRequest

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training

Properties

Name Type Description
dailyReviewersNotificationDay integer
dailyReviewersNotificationTimeMilli integer
View JSON Schema on GitHub

JSON Schema

ChangeAppraisalSessionNotificationSettingsRequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ChangeAppraisalSessionNotificationSettingsRequest",
  "required": [
    "dailyReviewersNotificationDay",
    "dailyReviewersNotificationTimeMilli"
  ],
  "properties": {
    "dailyReviewersNotificationDay": {
      "type": "integer"
    },
    "dailyReviewersNotificationTimeMilli": {
      "type": "integer"
    }
  },
  "type": "object"
}