Skip to content

Commit

Permalink
Merge pull request serverlessworkflow#944 from fjtirado/Adding_title_…
Browse files Browse the repository at this point in the history
…for_auth_schema

Adding missing titles for better pojo generation
  • Loading branch information
ricardozanini authored Aug 2, 2024
2 parents f25a9f5 + 302fe64 commit 333c83c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions schema/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,8 @@ $defs:
basic:
type: object
oneOf:
- properties:
- title: BasicAuthenticationData
properties:
username:
type: string
description: The username to use.
Expand All @@ -692,7 +693,8 @@ $defs:
bearer:
type: object
oneOf:
- properties:
- title: BearerAuthenticationData
properties:
token:
type: string
description: The bearer token to use.
Expand All @@ -705,7 +707,8 @@ $defs:
oauth2:
type: object
oneOf:
- properties:
- title: OAuth2AutenthicationData
properties:
authority:
type: string
format: uri
Expand Down

0 comments on commit 333c83c

Please sign in to comment.