iSpring Learn · Schema

CourseFields

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training

Properties

Name Type Description
courseFields array
View JSON Schema on GitHub

JSON Schema

CourseFields.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CourseFields",
  "required": [
    "courseFields"
  ],
  "properties": {
    "courseFields": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/CourseField"
      },
      "xml": {
        "wrapped": true
      }
    }
  },
  "type": "object",
  "xml": {
    "name": "response"
  }
}