{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "CreateSheetsChartRequest", "type": "object", "properties": { "objectId": { "type": "string" }, "spreadsheetId": { "type": "string" }, "chartId": { "type": "integer" }, "linkingMode": { "type": "string" } } }