Files
medusa-store/www/utils/generated/oas-output/schemas/AdminWorkflowExecutionResponse.ts
Shahed Nasser 97b72f4662 oas: [15/n] improve oas schemas (#9216)
Improve OAS schemas [15/n]

Note: validation error will be fixed once #9218 is merged
2024-09-26 13:03:41 +00:00

14 lines
306 B
TypeScript

/**
* @schema AdminWorkflowExecutionResponse
* type: object
* description: The workflow execution's details.
* x-schemaName: AdminWorkflowExecutionResponse
* required:
* - workflow_execution
* properties:
* workflow_execution:
* $ref: "#/components/schemas/AdminWorkflowExecution"
*
*/