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 e605f67 commit 0579a94Copy full SHA for 0579a94
schema/workflow.yaml
@@ -664,7 +664,7 @@ $defs:
664
basic:
665
type: object
666
oneOf:
667
- - title: BasicAuthInfo
+ - title: BasicAuthenticationData
668
properties:
669
username:
670
type: string
@@ -681,7 +681,7 @@ $defs:
681
bearer:
682
683
684
- - title: BearerAuthInfo
+ - title: BearerAuthenticationData
685
686
token:
687
@@ -695,7 +695,7 @@ $defs:
695
oauth2:
696
697
698
- - title: OAuth2Info
+ - title: OAuth2AutenthicationData
699
700
authority:
701
0 commit comments