Skip to content

Commit 9e4bed9

Browse files
update overlay to set ScheduleTrigger condition as nullable (#25)
1 parent 5fef0ce commit 9e4bed9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

overlay.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5207,6 +5207,10 @@ actions:
52075207
update:
52085208
- boolean
52095209
- "null"
5210+
- target: $["components"]["schemas"]["c1.api.automations.v1.ScheduleTrigger"]["properties"]["condition"]["type"]
5211+
update:
5212+
- string
5213+
- "null"
52105214
- target: $["components"]["schemas"]["c1.api.automations.v1.ScheduleTrigger"]["properties"]["cronSpec"]["type"]
52115215
update:
52125216
- string

0 commit comments

Comments
 (0)