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 36b09f1 commit c596263Copy full SHA for c596263
1 file changed
packages/core/src/types/arazzo.ts
@@ -257,7 +257,23 @@ const step = {
257
outputs: {
258
type: 'object',
259
additionalProperties: {
260
- type: 'string',
+ oneOf: [
261
+ {
262
+ type: 'string',
263
+ },
264
265
+ type: 'object',
266
267
268
+ type: 'array',
269
270
271
+ type: 'boolean',
272
273
274
+ type: 'number',
275
276
+ ],
277
},
278
279
'x-inherit': inherit,
0 commit comments