Standard Schedule Format - SmittyCraft/tiempo-perfecto GitHub Wiki
All schedule strings must declare what type of schedule they are (static, odd/even, etc.), contain each schedule they might need to display (a static schedule just needs the one schedule, an odd/even needs two schedules, one for each day, etc.), and most importantly, follow JSON formatting laws.
Example:
{"type":"static","times":[the schedule would be inside here]}
The object must have a type
attribute defined as well as a times
attribute defined.