2024-01-22 17:53:52 +00:00
|
|
|
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
|
2024-01-30 14:15:53 +00:00
|
|
|
start_time:
|
|
|
|
type: string
|
|
|
|
description: Start date of fetching data
|