]> git.immae.eu Git - github/fretlink/tap-google-sheets.git/blame - tap_google_sheets/schemas/spreadsheet_metadata.json
Skip malformed sheets (#13)
[github/fretlink/tap-google-sheets.git] / tap_google_sheets / schemas / spreadsheet_metadata.json
CommitLineData
89643ba6
JH
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}