II.
SkillArea JSON
Structured · liveskill-area:xAPI-implementation
xAPI Implementation json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-area:xAPI-implementation",
"_kind": "SkillArea",
"_file": "domain/skill-areas/skill-areas-expanded-4.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "xAPI Implementation",
"description": "Implementing the Experience API (xAPI / Tin Can) standard for tracking\nlearning activities beyond the LMS — configuring Learning Record Stores,\ncrafting statement vocabularies, and aggregating data from diverse\nlearning touchpoints.\n",
"expertiseLevels": [
"practitioner",
"expert"
]
},
"outgoingEdges": [
{
"from": "skill-area:xAPI-implementation",
"to": "domain:edtech",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
},
{
"from": "skill-area:xAPI-implementation",
"to": "domain:education",
"kind": "applies_to",
"attributes": {
"confidence": "secondary"
}
}
],
"incomingEdges": [
{
"from": "skill-area:SCORM-compliance",
"to": "skill-area:xAPI-implementation",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
}
]
}