iSpring Learn · Schema

ScheduledUserDeactivation

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training

Properties

Name Type Description
date string
View JSON Schema on GitHub

JSON Schema

ScheduledUserDeactivation.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ScheduledUserDeactivation",
  "required": [
    "date"
  ],
  "properties": {
    "date": {
      "type": "string",
      "format": "date"
    }
  },
  "type": "object",
  "xml": {
    "name": "request"
  }
}