{
"type": "object",
"additionalProperties": false,
"properties": {
"spreadsheetId": {
"type": ["null", "string"]
},
"sheetId": {
"type": ["null", "integer"]
},
"title": {
"type": ["null", "string"]
},
"index": {
"type": ["null", "integer"]
},
"sheetType": {
"type": ["null", "string"]
},
"sheetUrl": {
"type": ["null", "string"]
},
"gridProperties": {
"type": ["null", "object"],
"additionalProperties": false,
"properties": {
"rowCount": {
"type": ["null", "integer"]
},
"columnCount": {
"type": ["null", "integer"]
},
"frozenRowCount": {
"type": ["null", "integer"]
},
"frozenColumnCount": {
"type": ["null", "integer"]
}
}
},
"columns": {
"anyOf": [
{
"type": "array",
"items": {
"type": ["null", "object"],
"additionalProperties": false,
"properties": {
"columnIndex": {
"type": ["null", "integer"]
},
"columnLetter": {
"type": ["null", "string"]
},
"columnName": {
"type": ["null", "string"]
},
"columnType": {
"type": ["null", "string"]
},
"columnSkipped": {
"type": ["null", "boolean"]
},
"type": {
"anyOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "null"
}
]
},
"format": {
"type": ["null", "string"]
}
}
}
},
{
"type": "null"
}
]
}
}
}