--- file: schedule.cfg node: schedule.$name infos_node: schedule structure: schedule: _: node-list # foreach schedule label: string disabled: bool month: string day: string hour: string minute: string created_by_user: string actions: node-list infos: - node: label - node: disabled default_value: false comment: True if this schedule is active and should run; false if it is disabled and should never run. - node: month value: 1-12 or * comment: The month of the year when the schedule should run, or * to run every month. - node: day value: 1-31 or * comment: The day of the month when the schedule should run, or * to run every day. - node: hour value: 0-23 or * comment: The hour of day when the schedule should run, or * to run every hour. - node: minute value: 0-59 or * comment: The minute of the hour when the schedule should run, or * to run every minute. - node: created_by_user comment: The user node name of the user who first created the schedule. - node: actions defined_in_file: schedule.actions.yaml ...