TimeOfDay
                                                                    TimeOfDay                                                            
                            
                            Configuration to specify time of day, including date, hour and minutes.
JSON Example
                                    {
    "date": "2024-11-10T00:00:00.000Z",
    "hour": 0,
    "minute": 0
}
            
            
                                    string As date
                
                                    As ^\d{4}-\d{2}-\d{2}$
                
            
        
        
                date            
                            Required
            
            
        Identify a day with date, month and year in ISO 8601 format.
            
            
                                    integer
                
                
            
        
        
                hour            
                            Required
            
            
        
                 Constraints: 
                
                
                                
                
                                                            minimum: 0
                                                                maximum: 23
                                                            
                
                                    default: 0
                
            
        
        Hour of the day in 24-hour format.
            
            
                                    integer
                
                
            
        
        
                minute            
                            Required
            
            
        
                 Constraints: 
                
                
                                
                
                                                            minimum: 0
                                                                maximum: 59
                                                            
                
                                    default: 0
                
            
        
        Minute of the hour.
