Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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