iSpring Learn · Schema

NewGroup

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training

Properties

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

JSON Schema

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