Skip to content

Commit ab2e14c

Browse files
fix: do not allow more properties in tasks
1 parent a2d5cd2 commit ab2e14c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

schema/workflow.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ $defs:
111111
$ref: '#/$defs/task'
112112
task:
113113
type: object
114+
unevaluatedProperties: false
114115
properties:
115116
input:
116117
$ref: '#/$defs/input'

0 commit comments

Comments
 (0)