iSpring Learn · Schema

ProfileIndicatorData

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training

Properties

Name Type Description
indicatorId string
requiredLevelId string
View JSON Schema on GitHub

JSON Schema

ProfileIndicatorData.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ProfileIndicatorData",
  "required": [
    "indicatorId",
    "requiredLevelId"
  ],
  "properties": {
    "indicatorId": {
      "type": "string",
      "format": "uuid"
    },
    "requiredLevelId": {
      "type": "string",
      "format": "uuid"
    }
  },
  "type": "object",
  "xml": {
    "name": "profileIndicatorData"
  }
}