We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f25a9f5 + 302fe64 commit 333c83cCopy full SHA for 333c83c
schema/workflow.yaml
@@ -676,7 +676,8 @@ $defs:
676
basic:
677
type: object
678
oneOf:
679
- - properties:
+ - title: BasicAuthenticationData
680
+ properties:
681
username:
682
type: string
683
description: The username to use.
@@ -692,7 +693,8 @@ $defs:
692
693
bearer:
694
695
696
+ - title: BearerAuthenticationData
697
698
token:
699
700
description: The bearer token to use.
@@ -705,7 +707,8 @@ $defs:
705
707
oauth2:
706
708
709
710
+ - title: OAuth2AutenthicationData
711
712
authority:
713
714
format: uri
0 commit comments