iSpring Learn · Schema

SubscriberNameRequest

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training

Properties

Name Type Description
subscriberName string
View JSON Schema on GitHub

JSON Schema

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