test-pages/wwwroot/data/departments.json
2024-09-21 16:19:49 +02:00

28 lines
No EOL
528 B
JSON

[
{
"id": 1,
"name": "Höhere Abteilung für Informatik",
"programs": [
"School of Software Engineering",
"Computer Science International"
]
},
{
"id": 2,
"name": "Höhere Abteilung für IT-Medientechnik",
"programs": []
},
{
"id": 3,
"name": "Abteilung für Elektronik und Technische Informatik",
"programs": [
"Höhere Abteilung",
"Fachschule"
]
},
{
"id": 4,
"name": "Höhere Abteilung für Medizintechnik",
"programs": []
}
]