iSpring Learn · Schema

SubscriberRequest

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training

Properties

Name Type Description
subscriberName string
callbackUrl string
secret string
View JSON Schema on GitHub

JSON Schema

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