iSpring Learn · Schema

UserProfileFields

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training

Properties

Name Type Description
additionalProperties string
login string
email string
View JSON Schema on GitHub

JSON Schema

UserProfileFields.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "UserProfileFields",
  "required": [
    "login",
    "email"
  ],
  "properties": {
    "additionalProperties": {
      "type": "string"
    },
    "login": {
      "type": "string"
    },
    "email": {
      "type": "string"
    }
  },
  "type": "object"
}