Google Sheets · Schema

EmbeddedChart

A chart embedded in a sheet.

Google WorkspaceProductivitySpreadsheets

Properties

Name Type Description
chartId integer The ID of the chart.
spec object The specification of the chart.
View JSON Schema on GitHub

JSON Schema

google-sheets-embedded-chart-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "EmbeddedChart",
  "type": "object",
  "description": "A chart embedded in a sheet.",
  "properties": {
    "chartId": {
      "type": "integer",
      "description": "The ID of the chart."
    },
    "spec": {
      "type": "object",
      "description": "The specification of the chart."
    }
  }
}