1
0
mirror of synced 2025-12-31 06:05:12 -05:00
Files
airbyte/airbyte-integrations/connectors/source-webflow/source_webflow/spec.yaml
Pedro S. Lopez 938436bcc9 update connector specs and definitions with new .com documentation urls (#17585)
* update definitions with new .com docs urls

* update docs urls in specs

* update generators

* regenerate scaffold connectors

* remove unrelated changes

* update more urls

* update specs

* fix tests

* run `:airbyte-config:specs:generateSeedConnectorSpecs` to fix formatting

* revert docs changes to make pr more reviewable

* revert generator readme changes to make more reviewable

* fix mysql strict encrypt expected spec

* fix postgres expected spec
2022-10-11 11:04:23 -04:00

24 lines
777 B
YAML

documentationUrl: https://docs.airbyte.com/integrations/sources/webflow
connectionSpecification:
$schema: http://json-schema.org/draft-07/schema#
title: Webflow Spec
type: object
required:
- api_key
- site_id
additionalProperties: false
properties:
site_id:
title: Site id
type: string
description: "The id of the Webflow site you are requesting data from. See https://developers.webflow.com/#sites"
example: "a relatively long hex sequence"
order: 0
api_key:
title: API token
type: string
description: "The API token for authenticating to Webflow. See https://university.webflow.com/lesson/intro-to-the-webflow-api"
example: "a very long hex sequence"
order: 1
airbyte_secret: true