Skip to content

Commit 58fb86c

Browse files
fix: replace ref with $ref
Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
1 parent a9428b5 commit 58fb86c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ $defs:
156156
type: object
157157
description: The payload to call the AsyncAPI operation with, if any.
158158
authentication:
159-
ref: '#/$defs/authenticationPolicy'
159+
$ref: '#/$defs/authenticationPolicy'
160160
description: The authentication policy, if any, to use when calling the AsyncAPI operation.
161161
required: [ document, operationRef ]
162162
description: Defines the AsyncAPI call to perform.

0 commit comments

Comments
 (0)