airbyte-custom-connector/source-bank-balance-fetcher/source_bank_balance_fetcher/spec.yaml

17 lines
427 B
YAML
Raw Normal View History

documentationUrl: https://docsurl.com
connectionSpecification:
$schema: http://json-schema.org/draft-07/schema#
title: Bank Balance Fetcher Spec
type: object
required:
- url
- api_key
properties:
url:
type: string
description: URL of the data source containing the bank balances informations
api_key:
type: string
description: API Key to use the API
airbyte_secret: true