iSpring Learn · Schema

ArrayOfIds

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training
View JSON Schema on GitHub

JSON Schema

ArrayOfIds.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ArrayOfIds",
  "type": "array",
  "items": {
    "type": "string",
    "format": "uuid",
    "xml": {
      "name": "id"
    }
  },
  "xml": {
    "wrapped": true
  }
}