iSpring Learn · Schema

SubscriptionParameter

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training

Properties

Name Type Description
name string
value string
View JSON Schema on GitHub

JSON Schema

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