From 7b0c29992d22169492f39e0ba1ae534e6f71438d Mon Sep 17 00:00:00 2001 From: dblock Date: Tue, 5 Nov 2024 09:05:12 -0500 Subject: [PATCH] Fix: duration ref. Signed-off-by: dblock --- spec/schemas/flow_framework.common.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/spec/schemas/flow_framework.common.yaml b/spec/schemas/flow_framework.common.yaml index d449168c2..2c3678921 100644 --- a/spec/schemas/flow_framework.common.yaml +++ b/spec/schemas/flow_framework.common.yaml @@ -11,7 +11,7 @@ components: type: string WorkflowID: type: string - WorkFlowIDResponse: + WorkflowIDResponse: type: object properties: workflow_id: @@ -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: