iSpring Learn · Schema

UserProfileField

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training

Properties

Name Type Description
name string
value string
View JSON Schema on GitHub

JSON Schema

UserProfileField.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "UserProfileField",
  "required": [
    "name",
    "value"
  ],
  "properties": {
    "name": {
      "type": "string"
    },
    "value": {
      "type": "string"
    }
  },
  "type": "object",
  "xml": {
    "name": "field"
  }
}