Skip to content

Chore.spec cleanup #53

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Dec 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,17 @@
"api_key": {
"type": "string",
"title": "API Key",
"description": "Amplitude API Key.",
"airbyte_secret": true
},
"secret_key": {
"type": "string",
"title": "Secret Key",
"description": "Amplitude Secret Key.",
"airbyte_secret": true
},
"start_date": {
"type": "string",
"title": "Replication Start Date",
"pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$",
"description": "UTC date and time in the format 2021-01-25T00:00:00Z. Any data before this date will not be replicated.",
"examples": ["2021-01-25T00:00:00Z"]
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,23 @@
"properties": {
"domain": {
"type": "string",
"description": "Freshdesk domain",
"title": "Domain",
"examples": ["myaccount.freshdesk.com"],
"pattern": "^[a-zA-Z0-9._-]*\\.freshdesk\\.com$"
},
"api_key": {
"type": "string",
"title": "API Key",
"description": "Freshdesk API Key.",
"airbyte_secret": true
},
"requests_per_minute": {
"title": "Requests per minute",
"type": "integer",
"description": "The number of requests per minute that this source allowed to use. There is a rate limit of 50 requests per minute per app per account."
"description": "The number of requests per minute that this source allowed to use. Max limit 50 per app per account."
},
"start_date": {
"title": "Start Date",
"type": "string",
"description": "UTC date and time. Any data created after this date will be replicated. If this parameter is not set, all data will be replicated.",
"format": "date-time",
"pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$",
"examples": ["2020-12-01T00:00:00Z"]
Expand Down