Skip to content

Commit 14c8783

Browse files
fix: use const for call tasks
Signed-off-by: Matthias Pichler <[email protected]>
1 parent ad8bad8 commit 14c8783

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

schema/workflow.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ $defs:
136136
- properties:
137137
call:
138138
type: string
139-
constant: asyncapi
139+
const: asyncapi
140140
with:
141141
type: object
142142
properties:
@@ -167,7 +167,7 @@ $defs:
167167
- properties:
168168
call:
169169
type: string
170-
constant: grpc
170+
const: grpc
171171
with:
172172
type: object
173173
properties:
@@ -206,7 +206,7 @@ $defs:
206206
- properties:
207207
call:
208208
type: string
209-
constant: http
209+
const: http
210210
with:
211211
type: object
212212
properties:
@@ -231,7 +231,7 @@ $defs:
231231
- properties:
232232
call:
233233
type: string
234-
constant: openapi
234+
const: openapi
235235
with:
236236
type: object
237237
properties:

0 commit comments

Comments
 (0)