aboutsummaryrefslogtreecommitdiffhomepage
path: root/tap_google_sheets/schemas/spreadsheet_metadata.json
diff options
context:
space:
mode:
Diffstat (limited to 'tap_google_sheets/schemas/spreadsheet_metadata.json')
-rw-r--r--tap_google_sheets/schemas/spreadsheet_metadata.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/tap_google_sheets/schemas/spreadsheet_metadata.json b/tap_google_sheets/schemas/spreadsheet_metadata.json
new file mode 100644
index 0000000..852cb76
--- /dev/null
+++ b/tap_google_sheets/schemas/spreadsheet_metadata.json
@@ -0,0 +1,30 @@
1{
2 "type": "object",
3 "additionalProperties": false,
4 "properties": {
5 "spreadsheetId": {
6 "type": ["null", "string"]
7 },
8 "properties": {
9 "type": ["null", "object"],
10 "additionalProperties": false,
11 "properties": {
12 "title": {
13 "type": ["null", "string"]
14 },
15 "locale": {
16 "type": ["null", "string"]
17 },
18 "autoRecalc": {
19 "type": ["null", "string"]
20 },
21 "timeZone": {
22 "type": ["null", "string"]
23 }
24 }
25 },
26 "spreadsheetUrl": {
27 "type": ["null", "string"]
28 }
29 }
30}