iSpring Learn · Schema

AppraisalSessionUserAttribute

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training

Properties

Name Type Description
key string
value string
title string
View JSON Schema on GitHub

JSON Schema

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