II.
Responsibility JSON
Structured · liveresponsibility:change-management
Change management json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "responsibility:change-management",
"_kind": "Responsibility",
"_file": "role/responsibilities/responsibilities-expanded.yaml",
"_cluster": "role",
"attributes": {
"displayName": "Change management",
"cadence": "continuous",
"description": "Govern production changes through change advisory processes — risk\nassessment, approval workflows, rollback plans, and post-change verification.\n"
},
"outgoingEdges": [
{
"from": "responsibility:change-management",
"to": "role:release-manager",
"kind": "held_by",
"attributes": {}
},
{
"from": "responsibility:change-management",
"to": "role:change-manager",
"kind": "held_by",
"attributes": {}
},
{
"from": "responsibility:change-management",
"to": "role:engineering-manager",
"kind": "held_by",
"attributes": {}
},
{
"from": "responsibility:change-management",
"to": "skill-area:change-management-ops",
"kind": "requires_expertise",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "role:it-operations-manager",
"to": "responsibility:change-management",
"kind": "holds_responsibility"
}
]
}