iSpring Learn · Schema

ProfileFieldsDateRangeItem

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training

Properties

Name Type Description
name string
from string
to string
View JSON Schema on GitHub

JSON Schema

ProfileFieldsDateRangeItem.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ProfileFieldsDateRangeItem",
  "required": [
    "name",
    "from",
    "to"
  ],
  "properties": {
    "name": {
      "type": "string"
    },
    "from": {
      "type": "string",
      "format": "date"
    },
    "to": {
      "type": "string",
      "format": "date"
    }
  },
  "type": "object"
}