1
0
mirror of synced 2026-01-06 06:04:16 -05:00

Update fields in source-connectors specifications: mysql, onesignal, oracle, outreach, paystack, pipedrive, pokeapi (#8582)

Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>

Co-authored-by: Sergey Chvalyuk <grubberr@gmail.com>
Co-authored-by: Sherif A. Nada <snadalive@gmail.com>
This commit is contained in:
Iryna Grankova
2021-12-13 11:14:51 +02:00
committed by GitHub
parent 4276b2f3d6
commit 62c3c4e93e
29 changed files with 133 additions and 89 deletions

View File

@@ -9,12 +9,14 @@
"properties": {
"secret_key": {
"type": "string",
"title": "Secret Key",
"pattern": "^(s|r)k_(live|test)_[a-zA-Z0-9]+$",
"description": "Paystack API key (usually starts with 'sk_live_'; find yours <a href=\"https://dashboard.paystack.com/#/settings/developer\">here</a>).",
"description": "The Paystack API key (usually starts with 'sk_live_'; find yours <a href=\"https://dashboard.paystack.com/#/settings/developer\">here</a>).",
"airbyte_secret": true
},
"start_date": {
"type": "string",
"title": "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 2017-01-25T00:00:00Z. Any data before this date will not be replicated.",
"examples": ["2017-01-25T00:00:00Z"]