II.
SkillArea JSON
Structured · liveskill-area:itsm
IT Service Management json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-area:itsm",
"_kind": "SkillArea",
"_file": "domain/skill-areas/skill-areas-external-systems.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "IT Service Management",
"description": "ITIL-based service management — incident management, change management,\nservice catalog, CMDB, and SLA management using ServiceNow and similar\nplatforms.\n",
"domains": [
"domain:operations",
"domain:devops"
],
"expertiseLevels": [
"intermediate",
"expert"
]
},
"outgoingEdges": [
{
"from": "skill-area:itsm",
"to": "domain:operations",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
}
],
"incomingEdges": [
{
"from": "skill-area:operations-automation",
"to": "skill-area:itsm",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
},
{
"from": "tool:servicenow",
"to": "skill-area:itsm",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "role:it-operations-manager",
"to": "skill-area:itsm",
"kind": "requires_expertise",
"attributes": {}
},
{
"from": "role:helpdesk-engineer",
"to": "skill-area:itsm",
"kind": "requires_expertise",
"attributes": {}
}
]
}