Day public struct Day: Decodable A single day. day Weekday Declaration Swift public let day: Weekday courses List of courses Declaration Swift public let courses: [Course] slots List of all possible timeslots. Declaration Swift public var slots: [String] Weekday Weekday See more Declaration Swift public enum Weekday: Int, Decodable Course A single course. See more Declaration Swift public struct Course: Decodable