From 8455196bac7052acfc144e340b1661dc6772c7eb Mon Sep 17 00:00:00 2001 From: GitHub Action Bot Date: Tue, 18 Jul 2023 20:27:45 +0000 Subject: [PATCH] Automated commit by github action: 5592074898 --- static/api-specs/idn/beta/schemas/WorkflowTrigger.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/static/api-specs/idn/beta/schemas/WorkflowTrigger.yaml b/static/api-specs/idn/beta/schemas/WorkflowTrigger.yaml index b40f2ef34..092027893 100644 --- a/static/api-specs/idn/beta/schemas/WorkflowTrigger.yaml +++ b/static/api-specs/idn/beta/schemas/WorkflowTrigger.yaml @@ -15,7 +15,8 @@ properties: attributes: type: object description: Workflow Trigger Attributes. - anyOf: - - $ref: "./workflows/trigger-attributes/EventAttributes.yaml" - - $ref: "./workflows/trigger-attributes/ExternalAttributes.yaml" - - $ref: "./workflows/trigger-attributes/ScheduledAttributes.yaml" + schema: + anyOf: + - $ref: "./workflows/trigger-attributes/EventAttributes.yaml" + - $ref: "./workflows/trigger-attributes/ExternalAttributes.yaml" + - $ref: "./workflows/trigger-attributes/ScheduledAttributes.yaml"