diff --git a/meta.json b/meta.json index 4858cf0..24221cb 100644 --- a/meta.json +++ b/meta.json @@ -1,5 +1,9 @@ { - "schedule": "Monday 10:00-12:00, Wednesday 14:00-16:00", + "schedule": [ + {"day": "Monday", "time": "10:00-12:00", "topic": "Course Overview"}, + {"day": "Wednesday", "time": "14:00-16:00", "topic": "Deep Learning"}, + {"day": "Friday", "time": "09:00-11:00", "topic": "NLP"} + ], "instructor": "Dr. Ivanov", - "semester": "Fall 2026" + "location": "Room 101" } \ No newline at end of file