Skip to content

Commit 0579a94

Browse files
committed
Charles comments
Signed-off-by: Francisco Javier Tirado Sarti <[email protected]>
1 parent e605f67 commit 0579a94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

schema/workflow.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ $defs:
664664
basic:
665665
type: object
666666
oneOf:
667-
- title: BasicAuthInfo
667+
- title: BasicAuthenticationData
668668
properties:
669669
username:
670670
type: string
@@ -681,7 +681,7 @@ $defs:
681681
bearer:
682682
type: object
683683
oneOf:
684-
- title: BearerAuthInfo
684+
- title: BearerAuthenticationData
685685
properties:
686686
token:
687687
type: string
@@ -695,7 +695,7 @@ $defs:
695695
oauth2:
696696
type: object
697697
oneOf:
698-
- title: OAuth2Info
698+
- title: OAuth2AutenthicationData
699699
properties:
700700
authority:
701701
type: string

0 commit comments

Comments
 (0)