II.
Responsibility JSON
Structured · liveresponsibility:change-approval
Change Approval json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "responsibility:change-approval",
"_kind": "Responsibility",
"_file": "domain/roles/responsibilities.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Change Approval",
"description": "Reviewing and authorizing proposed changes to production systems and critical\nprocesses through a structured change advisory board or lightweight approval\nworkflow. Balancing speed of delivery with risk mitigation for the organization.\n",
"cadence": "continuous"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "role:release-manager",
"to": "responsibility:change-approval",
"kind": "holds_responsibility"
},
{
"from": "role:change-manager",
"to": "responsibility:change-approval",
"kind": "holds_responsibility"
},
{
"from": "role:organizational-development-specialist",
"to": "responsibility:change-approval",
"kind": "holds_responsibility"
},
{
"from": "workflow:change-management",
"to": "responsibility:change-approval",
"kind": "triggers_responsibility"
}
]
}