iSpring Learn · Schema

CreateCourseRequest

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training

Properties

Name Type Description
folder_id string
title string
View JSON Schema on GitHub

JSON Schema

CreateCourseRequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CreateCourseRequest",
  "required": [
    "folder_id",
    "title"
  ],
  "properties": {
    "folder_id": {
      "type": "string",
      "format": "uuid"
    },
    "title": {
      "type": "string"
    }
  },
  "type": "object"
}