iSpring Learn · Schema

ProfileFieldsFilterItem

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training

Properties

Name Type Description
name string
values array
View JSON Schema on GitHub

JSON Schema

ProfileFieldsFilterItem.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ProfileFieldsFilterItem",
  "required": [
    "name",
    "values"
  ],
  "properties": {
    "name": {
      "type": "string"
    },
    "values": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  },
  "type": "object"
}