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"