diff --git a/meta.json b/meta.json index fea0094..662028f 100644 --- a/meta.json +++ b/meta.json @@ -1,8 +1,13 @@ { "schedule": { - "lecture1": "2026-09-01 10:00", - "lecture2": "2026-09-08 10:00" + "Monday": "10:00-12:00", + "Wednesday": "10:00-12:00", + "Friday": "10:00-12:00" }, - "instructor": "Dr. Иванов", - "location": "Room 101" + "instructors": [ + "Dr. Иванов", + "Prof. Петров" + ], + "course_name": "Искусственный интеллект", + "credits": 3 } \ No newline at end of file