II.
Domain JSON
Structured · livedomain:student-information-systems
Student Information Systems json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "domain:student-information-systems",
"_kind": "Domain",
"_file": "domain/domains/domains-expanded-4.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Student Information Systems",
"description": "Software platforms that manage student records, enrollment, grades,\nattendance, and transcripts across educational institutions. Integrates\nwith learning management systems, financial aid, and reporting tools\nto support institutional operations and regulatory compliance.\n"
},
"outgoingEdges": [
{
"from": "domain:student-information-systems",
"to": "specialization:education",
"kind": "contains"
}
],
"incomingEdges": [
{
"from": "role:registrar",
"to": "domain:student-information-systems",
"kind": "applies_to",
"attributes": {}
},
{
"from": "workflow:student-enrollment",
"to": "domain:student-information-systems",
"kind": "applies_to_domain",
"attributes": {}
}
]
}