airbyte-custom-connector/source-social-network-fetcher/source_social_network_fetcher/spec.yaml

19 lines
453 B
YAML
Raw Normal View History

documentationUrl: https://docsurl.com
connectionSpecification:
$schema: http://json-schema.org/draft-07/schema#
title: Social Network Fetcher
type: object
required:
- api_key
- accounts
properties:
api_key:
type: string
description: API Key to authentify to twitter
airbyte_secret: true
accounts:
type: array
description: List of accounts needing to be extracted
items:
type: string