Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sherifnada committed May 20, 2021
1 parent bf544af commit 32669b9
Showing 1 changed file with 26 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1,26 @@
{"documentationUrl": "https://docs.airbyte.io/integrations/sources/klaviyo", "changelogUrl": "https://docs.airbyte.io/integrations/sources/klaviyo", "connectionSpecification": {"title": "Klaviyo Spec", "type": "object", "properties": {"api_key": {"title": "Api Key", "description": "Klaviyo API Key. See our <a href=\"https://docs.airbyte.io/integrations/sources/klaviyo\">docs</a> if you need help finding this key.", "airbyte_secret": true, "type": "string"}, "start_date": {"title": "Start Date", "description": "UTC date and time in the format 2017-01-25T00:00:00Z. Any data before this date will not be replicated.", "pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$", "examples": ["2017-01-25T00:00:00Z"], "type": "string"}}, "required": ["api_key", "start_date"]}, "supportsIncremental": true, "supported_destination_sync_modes": ["append"]}
{
"documentationUrl": "https://docs.airbyte.io/integrations/sources/klaviyo",
"changelogUrl": "https://docs.airbyte.io/integrations/sources/klaviyo",
"connectionSpecification": {
"title": "Klaviyo Spec",
"type": "object",
"properties": {
"api_key": {
"title": "Api Key",
"description": "Klaviyo API Key. See our <a href=\"https://docs.airbyte.io/integrations/sources/klaviyo\">docs</a> if you need help finding this key.",
"airbyte_secret": true,
"type": "string"
},
"start_date": {
"title": "Start Date",
"description": "UTC date and time in the format 2017-01-25T00:00:00Z. Any data before this date will not be replicated.",
"pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$",
"examples": ["2017-01-25T00:00:00Z"],
"type": "string"
}
},
"required": ["api_key", "start_date"]
},
"supportsIncremental": true,
"supported_destination_sync_modes": ["append"]
}

0 comments on commit 32669b9

Please sign in to comment.