blob: 852cb76de43375e0a7203e35ab0122613f422ef1 (
plain) (
tree)
|
|
{
"type": "object",
"additionalProperties": false,
"properties": {
"spreadsheetId": {
"type": ["null", "string"]
},
"properties": {
"type": ["null", "object"],
"additionalProperties": false,
"properties": {
"title": {
"type": ["null", "string"]
},
"locale": {
"type": ["null", "string"]
},
"autoRecalc": {
"type": ["null", "string"]
},
"timeZone": {
"type": ["null", "string"]
}
}
},
"spreadsheetUrl": {
"type": ["null", "string"]
}
}
}
|