Skip to content

Commit

Permalink
add titles to all params in spec.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
akash-gilion authored and marcosmarxm committed Nov 9, 2022
1 parent abd6acf commit 229b831
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,20 @@ connectionSpecification:
- legal_entity
properties:
username:
title: Username
type: string
description: Username for Younium account
password:
title: Password
type: string
description: Account password for younium account API key
airbyte_secret: true
legal_entity:
title: Legal Entity
type: string
description: Legal Entity that data should be pulled from
playground:
title: Playground environment
type: boolean
description: Property defining if connector is used against playground or production environment
default: false

0 comments on commit 229b831

Please sign in to comment.