Skip to content

Commit 226cf99

Browse files
fix: replace ref with $ref
Signed-off-by: Matthias Pichler <[email protected]>
1 parent 14c8783 commit 226cf99

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
@@ -159,7 +159,7 @@ $defs:
159159
type: object
160160
description: The payload to call the AsyncAPI operation with, if any.
161161
authentication:
162-
ref: '#/$defs/authenticationPolicy'
162+
$ref: '#/$defs/authenticationPolicy'
163163
description: The authentication policy, if any, to use when calling the AsyncAPI operation.
164164
required: [ document, operationRef ]
165165
description: Defines the AsyncAPI call to perform.

0 commit comments

Comments
 (0)