iSpring Learn · Schema

SmartGroupRules

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training

Properties

Name Type Description
groupId string
rules object
View JSON Schema on GitHub

JSON Schema

SmartGroupRules.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "SmartGroupRules",
  "required": [
    "groupId",
    "rules"
  ],
  "properties": {
    "groupId": {
      "type": "string",
      "format": "uuid"
    },
    "rules": {
      "$ref": "#/components/schemas/SmartGroupRuleNodes"
    }
  },
  "type": "object"
}