Adobe Captivate · JSON Structure
Prime Api User Skill List Response Structure
Paginated list of user skills
Type: object
Properties: 2
AuthoringEducationeLearningLMSSCORMTrainingxAPI
UserSkillListResponse is a JSON Structure definition published by Adobe Captivate, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
data
links
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/adobe-captivate/refs/heads/main/json-structure/prime-api-user-skill-list-response-structure.json",
"name": "UserSkillListResponse",
"description": "Paginated list of user skills",
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"type": {
"type": "string",
"const": "userSkill"
},
"attributes": {
"type": "object",
"properties": {
"dateAchieved": {
"type": "datetime",
"description": "When the skill was achieved"
},
"pointsEarned": {
"type": "double",
"description": "Points earned toward this skill"
}
}
},
"relationships": {
"type": "object",
"properties": {
"skill": {
"type": "object",
"description": "A JSON:API relationship object",
"properties": {
"data": {
"oneOf": [
{
"type": "object",
"description": "JSON:API resource identifier",
"required": [
"id",
"type"
],
"properties": {
"id": {
"type": "string",
"description": "Resource identifier"
},
"type": {
"type": "string",
"description": "Resource type name"
}
}
},
{
"type": "array",
"items": {
"type": "object",
"description": "JSON:API resource identifier",
"required": [
"id",
"type"
],
"properties": {
"id": {
"type": "string",
"description": "Resource identifier"
},
"type": {
"type": "string",
"description": "Resource type name"
}
}
}
}
]
},
"links": {
"type": "object",
"properties": {
"related": {
"type": "uri",
"description": "URL to fetch the related resource"
}
}
}
}
},
"skillLevel": {
"type": "object",
"description": "A JSON:API relationship object",
"properties": {
"data": {
"oneOf": [
{
"type": "object",
"description": "JSON:API resource identifier",
"required": [
"id",
"type"
],
"properties": {
"id": {
"type": "string",
"description": "Resource identifier"
},
"type": {
"type": "string",
"description": "Resource type name"
}
}
},
{
"type": "array",
"items": {
"type": "object",
"description": "JSON:API resource identifier",
"required": [
"id",
"type"
],
"properties": {
"id": {
"type": "string",
"description": "Resource identifier"
},
"type": {
"type": "string",
"description": "Resource type name"
}
}
}
}
]
},
"links": {
"type": "object",
"properties": {
"related": {
"type": "uri",
"description": "URL to fetch the related resource"
}
}
}
}
}
}
}
}
}
},
"links": {
"type": "object",
"description": "Pagination links following JSON:API conventions",
"properties": {
"self": {
"type": "uri",
"description": "URL for the current page"
},
"next": {
"type": "uri",
"description": "URL for the next page"
},
"prev": {
"type": "uri",
"description": "URL for the previous page"
}
}
}
}
}