iSpring Learn · Schema

IssuedCertificate

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training

Properties

Name Type Description
url string
View JSON Schema on GitHub

JSON Schema

IssuedCertificate.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "IssuedCertificate",
  "required": [
    "url"
  ],
  "properties": {
    "url": {
      "type": "string",
      "format": "url"
    }
  },
  "type": "object",
  "xml": {
    "name": "attachment"
  }
}