We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad8bad8 commit 14c8783Copy full SHA for 14c8783
schema/workflow.yaml
@@ -136,7 +136,7 @@ $defs:
136
- properties:
137
call:
138
type: string
139
- constant: asyncapi
+ const: asyncapi
140
with:
141
type: object
142
properties:
@@ -167,7 +167,7 @@ $defs:
167
168
169
170
- constant: grpc
+ const: grpc
171
172
173
@@ -206,7 +206,7 @@ $defs:
206
207
208
209
- constant: http
+ const: http
210
211
212
@@ -231,7 +231,7 @@ $defs:
231
232
233
234
- constant: openapi
+ const: openapi
235
236
237
0 commit comments