blob: f7a323d457ed0e8059cad8bf71d3da1edcfda182 (
plain) (
tree)
|
|
{
"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"]
}
}
}
|