iSpring Learn · Schema

CourseFieldValue

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training

Properties

Name Type Description
fieldId string
fieldValue string
View JSON Schema on GitHub

JSON Schema

CourseFieldValue.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CourseFieldValue",
  "required": [
    "fieldId",
    "fieldValue"
  ],
  "properties": {
    "fieldId": {
      "type": "string",
      "format": "uuid"
    },
    "fieldValue": {
      "type": "string"
    }
  },
  "type": "object",
  "xml": {
    "name": "courseField",
    "wrapped": true
  }
}