iSpring Learn · Schema

ListCompetenciesRequest

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training

Properties

Name Type Description
competencyIds array
View JSON Schema on GitHub

JSON Schema

ListCompetenciesRequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ListCompetenciesRequest",
  "properties": {
    "competencyIds": {
      "type": "array",
      "items": {
        "type": "string",
        "format": "uuid"
      }
    }
  },
  "type": "object"
}