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 cd7c43e commit a9428b5Copy full SHA for a9428b5
schema/workflow.yaml
@@ -133,7 +133,7 @@ $defs:
133
- properties:
134
call:
135
type: string
136
- constant: asyncapi
+ const: asyncapi
137
with:
138
type: object
139
properties:
@@ -164,7 +164,7 @@ $defs:
164
165
166
167
- constant: grpc
+ const: grpc
168
169
170
@@ -203,7 +203,7 @@ $defs:
203
204
205
206
- constant: http
+ const: http
207
208
209
@@ -228,7 +228,7 @@ $defs:
228
229
230
231
- constant: openapi
+ const: openapi
232
233
234
0 commit comments