iSpring Learn · Schema

NewSmartGroup

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training

Properties

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

JSON Schema

NewSmartGroup.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "NewSmartGroup",
  "required": [
    "name",
    "rules"
  ],
  "properties": {
    "name": {
      "type": "string"
    },
    "rules": {
      "$ref": "#/components/schemas/SmartGroupRuleNodes"
    }
  },
  "type": "object",
  "xml": {
    "name": "request"
  }
}