Skip to content

Commit 4f7e1c6

Browse files
authored
Merge branch 'main' into task-titles
2 parents d2621da + 853d844 commit 4f7e1c6

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

schema/workflow.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ $defs:
215215
description: The hostname of the GRPC service to call.
216216
port:
217217
type: integer
218-
min: 0
219-
max: 65535
218+
minimum: 0
219+
maximum: 65535
220220
description: The port number of the GRPC service to call.
221221
authentication:
222222
$ref: '#/$defs/referenceableAuthenticationPolicy'
@@ -579,10 +579,9 @@ $defs:
579579
additionalProperties:
580580
type: object
581581
title: SwitchCase
582+
required:
583+
- then
582584
properties:
583-
name:
584-
type: string
585-
description: The case's name.
586585
when:
587586
type: string
588587
description: A runtime expression used to determine whether or not the case matches.
@@ -633,7 +632,6 @@ $defs:
633632
description: The amount of time to wait.
634633
$ref: '#/$defs/duration'
635634
flowDirective:
636-
additionalProperties: false
637635
anyOf:
638636
- type: string
639637
enum: [ continue, exit, end ]

0 commit comments

Comments
 (0)