airbyte-custom-connector/source-basic-api-fetcher/source_basic_api_fetcher/spec.yaml

24 lines
590 B
YAML

documentationUrl: https://docsurl.com
connectionSpecification:
$schema: http://json-schema.org/draft-07/schema#
title: Bank Balance Fetcher Spec
type: object
required:
- url
- api_key
- endpoints
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
endpoints:
type: array
name: endpoints
description: List of endpoints to query in the urls
items:
type: string