Skip to content

Commit a9428b5

Browse files
fix: use const for call tasks
Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
1 parent cd7c43e commit a9428b5

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
@@ -133,7 +133,7 @@ $defs:
133133
- properties:
134134
call:
135135
type: string
136-
constant: asyncapi
136+
const: asyncapi
137137
with:
138138
type: object
139139
properties:
@@ -164,7 +164,7 @@ $defs:
164164
- properties:
165165
call:
166166
type: string
167-
constant: grpc
167+
const: grpc
168168
with:
169169
type: object
170170
properties:
@@ -203,7 +203,7 @@ $defs:
203203
- properties:
204204
call:
205205
type: string
206-
constant: http
206+
const: http
207207
with:
208208
type: object
209209
properties:
@@ -228,7 +228,7 @@ $defs:
228228
- properties:
229229
call:
230230
type: string
231-
constant: openapi
231+
const: openapi
232232
with:
233233
type: object
234234
properties:

0 commit comments

Comments
 (0)