Skip to content

Commit 333c83c

Browse files
Merge pull request #944 from fjtirado/Adding_title_for_auth_schema
Adding missing titles for better pojo generation
2 parents f25a9f5 + 302fe64 commit 333c83c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

schema/workflow.yaml

+6-3
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,8 @@ $defs:
676676
basic:
677677
type: object
678678
oneOf:
679-
- properties:
679+
- title: BasicAuthenticationData
680+
properties:
680681
username:
681682
type: string
682683
description: The username to use.
@@ -692,7 +693,8 @@ $defs:
692693
bearer:
693694
type: object
694695
oneOf:
695-
- properties:
696+
- title: BearerAuthenticationData
697+
properties:
696698
token:
697699
type: string
698700
description: The bearer token to use.
@@ -705,7 +707,8 @@ $defs:
705707
oauth2:
706708
type: object
707709
oneOf:
708-
- properties:
710+
- title: OAuth2AutenthicationData
711+
properties:
709712
authority:
710713
type: string
711714
format: uri

0 commit comments

Comments
 (0)