Files
studystructure/StudyStructure/curriculums.json
2021-08-01 12:34:14 +02:00

65 lines
1.9 KiB
JSON

{
"metadata": {
"responseInfo": {
"status":200,
"developerMessage":"OK",
}
},
"results": [
{
"university": "Uni Leipzig",
"publishedDate":
"courses": [
{
"id": 1,
"name": "MSc Informatik",
"cp": 120,
"slotTypes": [
{
"cp": 5,
"amount": 4,
"type": "Kernmodul"
},
{
"cp": 5,
"amount": 4,
"type": "Vertiefungsmodul"
},
{
"cp": 25,
"amount": 1,
"type": "Masterarbeit"
},
{
"cp": 5,
"amount": 1,
"type": "Masterseminar"
},
{
"cp": 10,
"amount": 1,
"type": "Fakultätsinterne Schlüsselqualifikation"
},
{
"cp": 10,
"amount": 2,
"type": "Ergänzungsfach"
},
{
"cp": 5,
"amount": 1,
"type": "Seminarmodul"
}
]
},
{
"id": 2,
"name": "MSc Bioinformatik",
"cp": 120,
"slotTypes": []
}
]
}
]
}