II.
Responsibility JSON
Structured · liveresponsibility:on-call
On-Call json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "responsibility:on-call",
"_kind": "Responsibility",
"_file": "domain/roles/responsibilities.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "On-Call",
"description": "Being available outside business hours to respond to automated alerts and critical\nproduction issues as part of a rotation. Triaging alerts, taking immediate remediation\nactions, and escalating when incidents exceed defined severity thresholds.\n",
"cadence": "continuous"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "role:observability-engineer",
"to": "responsibility:on-call",
"kind": "holds_responsibility"
},
{
"from": "role:on-call",
"to": "responsibility:on-call",
"kind": "holds_responsibility"
},
{
"from": "role:ml-ops-engineer",
"to": "responsibility:on-call",
"kind": "holds_responsibility"
},
{
"from": "role:backend-engineer",
"to": "responsibility:on-call",
"kind": "holds_responsibility"
},
{
"from": "role:devops-engineer",
"to": "responsibility:on-call",
"kind": "holds_responsibility"
},
{
"from": "role:sre",
"to": "responsibility:on-call",
"kind": "holds_responsibility"
},
{
"from": "role:data-engineer",
"to": "responsibility:on-call",
"kind": "holds_responsibility"
},
{
"from": "role:ml-engineer",
"to": "responsibility:on-call",
"kind": "holds_responsibility"
},
{
"from": "role:it-ops-engineer",
"to": "responsibility:on-call",
"kind": "holds_responsibility"
},
{
"from": "role:incident-commander",
"to": "responsibility:on-call",
"kind": "holds_responsibility"
},
{
"from": "role:support-engineer",
"to": "responsibility:on-call",
"kind": "holds_responsibility"
},
{
"from": "workflow:data-quality-monitoring",
"to": "responsibility:on-call",
"kind": "triggers_responsibility"
},
{
"from": "workflow:bug-triage",
"to": "responsibility:on-call",
"kind": "triggers_responsibility"
},
{
"from": "workflow:incident-response",
"to": "responsibility:on-call",
"kind": "triggers_responsibility"
},
{
"from": "workflow:on-call-rotation",
"to": "responsibility:on-call",
"kind": "triggers_responsibility"
},
{
"from": "workflow:hotfix-deployment",
"to": "responsibility:on-call",
"kind": "triggers_responsibility"
},
{
"from": "role:sre-lead",
"to": "responsibility:on-call",
"kind": "holds_responsibility"
},
{
"from": "workflow:on-call-handoff",
"to": "responsibility:on-call",
"kind": "triggers_responsibility",
"attributes": {}
}
]
}