We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b79f9a3 commit e605f67Copy full SHA for e605f67
schema/workflow.yaml
@@ -664,7 +664,8 @@ $defs:
664
basic:
665
type: object
666
oneOf:
667
- - properties:
+ - title: BasicAuthInfo
668
+ properties:
669
username:
670
type: string
671
description: The username to use.
@@ -680,7 +681,8 @@ $defs:
680
681
bearer:
682
683
684
+ - title: BearerAuthInfo
685
686
token:
687
688
description: The bearer token to use.
@@ -693,7 +695,8 @@ $defs:
693
695
oauth2:
694
696
697
698
+ - title: OAuth2Info
699
700
authority:
701
702
format: uri
0 commit comments