@@ -18,7 +18,8 @@ properties:
1818 type : object
1919 properties :
2020 enabled : { type: boolean }
21- interval : { enum: [daily, weekly, monthly] }
21+ interval : { enum: [cron, daily, weekly, monthly, quarterly, semiannually, yearly] }
22+ cronjob : { type: string, format: cron }
2223 day : { type: string, format: weekday }
2324 time : { type: string, format: time }
2425 timezone : { type: string, format: timezone }
@@ -30,7 +31,8 @@ properties:
3031 type : object
3132 properties :
3233 enabled : { type: boolean }
33- interval : { enum: [daily, weekly, monthly] }
34+ interval : { enum: [cron, daily, weekly, monthly, quarterly, semiannually, yearly] }
35+ cronjob : { type: string, format: cron }
3436 day : { type: string, format: weekday }
3537 time : { type: string, format: time }
3638 timezone : { type: string, format: timezone }
@@ -43,7 +45,8 @@ properties:
4345 properties :
4446 enabled : { type: boolean }
4547 actionsEnabled : { type: boolean }
46- interval : { enum: [daily, weekly, monthly] }
48+ interval : { enum: [cron, daily, weekly, monthly, quarterly, semiannually, yearly] }
49+ cronjob : { type: string, format: cron }
4750 day : { type: string, format: weekday }
4851 time : { type: string, format: time }
4952 timezone : { type: string, format: timezone }
0 commit comments