iSpring Learn · Schema

UnsubscribeRequest

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training

Properties

Name Type Description
subscriberName string
subscriptionType string
View JSON Schema on GitHub

JSON Schema

UnsubscribeRequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "UnsubscribeRequest",
  "required": [
    "subscriberName",
    "subscriptionType"
  ],
  "properties": {
    "subscriberName": {
      "type": "string"
    },
    "subscriptionType": {
      "type": "string"
    }
  },
  "type": "object"
}