II.
Role JSON
Structured · liverole:registrar
Registrar json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "role:registrar",
"_kind": "Role",
"_file": "role/roles/roles-expanded-4.yaml",
"_cluster": "role",
"attributes": {
"displayName": "Registrar",
"isAgentic": false,
"requiredCapabilities": [],
"requiredDomains": [],
"description": "Manages official student records, course catalogs, enrollment processes,\nand transcript issuance. Ensures academic policy compliance, maintains\ndata integrity across student information systems, and supports\ninstitutional reporting and accreditation.\n"
},
"outgoingEdges": [
{
"from": "role:registrar",
"to": "responsibility:accreditation-compliance",
"kind": "holds_responsibility"
},
{
"from": "role:registrar",
"to": "responsibility:student-outcome-tracking",
"kind": "holds_responsibility"
},
{
"from": "role:registrar",
"to": "domain:higher-education",
"kind": "applies_to",
"attributes": {}
},
{
"from": "role:registrar",
"to": "domain:student-information-systems",
"kind": "applies_to",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "responsibility:student-outcome-tracking",
"to": "role:registrar",
"kind": "held_by",
"attributes": {}
},
{
"from": "responsibility:accreditation-compliance",
"to": "role:registrar",
"kind": "held_by",
"attributes": {}
},
{
"from": "workflow:student-enrollment",
"to": "role:registrar",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:academic-assessment-cycle",
"to": "role:registrar",
"kind": "involves_role",
"attributes": {}
}
]
}