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 start_time: type: string description: Start date of fetching data