iSpring Learn · Schema

ConfirmRequest

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training

Properties

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

JSON Schema

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