Skip to content

Commit c596263

Browse files
chore: arazzo schema updates (#1627)
1 parent 36b09f1 commit c596263

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

packages/core/src/types/arazzo.ts

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,23 @@ const step = {
257257
outputs: {
258258
type: 'object',
259259
additionalProperties: {
260-
type: 'string',
260+
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+
],
261277
},
262278
},
263279
'x-inherit': inherit,

0 commit comments

Comments
 (0)