oas: [3/n] improve oas schemas (#9042)

Improve oas schemas [3/n]
This commit is contained in:
Shahed Nasser
2024-09-07 09:16:00 +03:00
committed by GitHub
parent a7180e29b8
commit 4b8d9cc735
20 changed files with 285 additions and 97 deletions

View File

@@ -1,14 +1,15 @@
/**
* @schema AdminCreateWorkflowsRun
* type: object
* description: SUMMARY
* description: The details of the workflow to execute.
* x-schemaName: AdminCreateWorkflowsRun
* properties:
* input: {}
* input:
* description: The input to pass to the workflow. Can be of any type.
* transaction_id:
* type: string
* title: transaction_id
* description: The workflows execution's transaction id.
* description: The ID of the workflow execution's transaction.
*
*/