iSpring Learn · Schema

OrSmartGroupRuleNode

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training

Properties

Name Type Description
rule object
View JSON Schema on GitHub

JSON Schema

OrSmartGroupRuleNode.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "OrSmartGroupRuleNode",
  "required": [
    "rule"
  ],
  "properties": {
    "rule": {
      "$ref": "#/components/schemas/SmartGroupRule"
    }
  },
  "type": "object"
}