II.
Responsibility JSON
Structured · liveresponsibility:api-design-governance
API design governance json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "responsibility:api-design-governance",
"_kind": "Responsibility",
"_file": "role/responsibilities/responsibilities-expanded.yaml",
"_cluster": "role",
"attributes": {
"displayName": "API design governance",
"cadence": "continuous",
"description": "Review and enforce API design standards — naming conventions, versioning\nstrategy, backward compatibility, and contract-first development.\n"
},
"outgoingEdges": [
{
"from": "responsibility:api-design-governance",
"to": "role:api-engineer",
"kind": "held_by",
"attributes": {}
},
{
"from": "responsibility:api-design-governance",
"to": "role:staff-engineer",
"kind": "held_by",
"attributes": {}
},
{
"from": "responsibility:api-design-governance",
"to": "role:architect",
"kind": "held_by",
"attributes": {}
},
{
"from": "responsibility:api-design-governance",
"to": "skill-area:api-design",
"kind": "requires_expertise",
"attributes": {}
},
{
"from": "responsibility:api-design-governance",
"to": "skill-area:api-contract-testing",
"kind": "requires_expertise",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "role:protocol-engineer",
"to": "responsibility:api-design-governance",
"kind": "holds_responsibility"
},
{
"from": "role:integration-engineer",
"to": "responsibility:api-design-governance",
"kind": "holds_responsibility"
},
{
"from": "role:api-engineer",
"to": "responsibility:api-design-governance",
"kind": "holds_responsibility"
},
{
"from": "workflow:api-versioning-workflow",
"to": "responsibility:api-design-governance",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:api-deprecation",
"to": "responsibility:api-design-governance",
"kind": "triggers_responsibility",
"attributes": {}
}
]
}