documentationUrl: https://docsurl.com connectionSpecification: $schema: http://json-schema.org/draft-07/schema# title: Discord Fetcher Spec type: object required: - api_key - guilds_id properties: api_key: type: string description: Token to authentify as a bot airbyte_secret: true guilds_id: type: array description: IDs of Server to querry items: type: string