Files
medusa-store/www/utils/generated/oas-output/schemas/AdminCreateWorkflowsRun.ts
Shahed Nasser 4b8d9cc735 oas: [3/n] improve oas schemas (#9042)
Improve oas schemas [3/n]
2024-09-07 06:16:00 +00:00

16 lines
400 B
TypeScript

/**
* @schema AdminCreateWorkflowsRun
* type: object
* description: The details of the workflow to execute.
* x-schemaName: AdminCreateWorkflowsRun
* properties:
* input:
* description: The input to pass to the workflow. Can be of any type.
* transaction_id:
* type: string
* title: transaction_id
* description: The ID of the workflow execution's transaction.
*
*/