Skip to content

Commit e605f67

Browse files
committed
Adding missing titles for better pojo generation
Signed-off-by: Francisco Javier Tirado Sarti <[email protected]>
1 parent b79f9a3 commit e605f67

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

schema/workflow.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,8 @@ $defs:
664664
basic:
665665
type: object
666666
oneOf:
667-
- properties:
667+
- title: BasicAuthInfo
668+
properties:
668669
username:
669670
type: string
670671
description: The username to use.
@@ -680,7 +681,8 @@ $defs:
680681
bearer:
681682
type: object
682683
oneOf:
683-
- properties:
684+
- title: BearerAuthInfo
685+
properties:
684686
token:
685687
type: string
686688
description: The bearer token to use.
@@ -693,7 +695,8 @@ $defs:
693695
oauth2:
694696
type: object
695697
oneOf:
696-
- properties:
698+
- title: OAuth2Info
699+
properties:
697700
authority:
698701
type: string
699702
format: uri

0 commit comments

Comments
 (0)