Skip to content

Commit

Permalink
Fix: duration ref.
Browse files Browse the repository at this point in the history
Signed-off-by: dblock <[email protected]>
  • Loading branch information
dblock committed Nov 5, 2024
1 parent 635e180 commit 7b0c299
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions spec/schemas/flow_framework.common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ components:
type: string
WorkflowID:
type: string
WorkFlowIDResponse:
WorkflowIDResponse:
type: object
properties:
workflow_id:
Expand Down Expand Up @@ -297,8 +297,7 @@ components:
type: string
description: The list of plugins required for the workflow step
timeout:
type:
$ref: '../schemas/_common.yaml#/components/schemas/Duration'
$ref: '_common.yaml#/components/schemas/Duration'
WorkFlowStatusDefaultResponse:
type: object
properties:
Expand Down

0 comments on commit 7b0c299

Please sign in to comment.