iSpring Learn · Schema

Group

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training

Properties

Name Type Description
groupId string
name string
isSmart boolean
View JSON Schema on GitHub

JSON Schema

Group.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Group",
  "required": [
    "groupId",
    "name",
    "isSmart"
  ],
  "properties": {
    "groupId": {
      "type": "string",
      "format": "uuid"
    },
    "name": {
      "type": "string"
    },
    "isSmart": {
      "type": "boolean"
    }
  },
  "type": "object",
  "xml": {
    "name": "group"
  }
}