aboutsummaryrefslogtreecommitdiffhomepage
path: root/tap_google_sheets/schemas/sheets_loaded.json
blob: f7a323d457ed0e8059cad8bf71d3da1edcfda182 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "spreadsheetId": {
      "type": ["null", "string"]
    },
    "sheetId": {
      "type": ["null", "integer"]
    },
    "title": {
      "type": ["null", "string"]
    },
    "loadDate": {
      "type": ["null", "string"],
      "format": "date-time"
    },
    "lastRowNumber": {
      "type": ["null", "integer"]
    }
  }
}