version 402
Week represents a week of the year, containing a list of Day IDs and Week Name
Field | Information |
---|---|
weekId | Type: string Description: Unique identifier for the week Example: "week-01" |
weekName | Type: string Description: Name of the week Example: "Week 1" |
dayIds | Type: string Description: List of day IDs that belong to this week Example: ["monday", "tuesday", "holiday"] |