iSpring Learn · Schema

ProfileCompetencyData

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training

Properties

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

JSON Schema

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