Skip to content

Commit

Permalink
fixes airbytehq#4221. Fix broken spec file property and point to corr…
Browse files Browse the repository at this point in the history
…ect docs page (airbytehq#4222)
  • Loading branch information
tyschroed authored Jun 19, 2021
1 parent d336597 commit a0f27b3
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"documentationUrl": "https://hub.docker.com/r/airbyte/source-harvest",
"documentationUrl": "https://docs.airbyte.io/integrations/sources/harvest",
"connectionSpecification": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Harvest Spec",
"type": "object",
"required": ["api_key", "account_id", "replication_start_date"],
"required": ["api_token", "account_id", "replication_start_date"],
"additionalProperties": false,
"properties": {
"api_key": {
"title": "API Key",
"description": "Harvest API Key.",
"api_token": {
"title": "API Token",
"description": "Harvest API Token.",
"airbyte_secret": true,
"type": "string"
},
Expand Down

0 comments on commit a0f27b3

Please sign in to comment.