Google Sheets · Schema

ColorStyle

A color value.

Google WorkspaceProductivitySpreadsheets

Properties

Name Type Description
themeColor string Theme color type.
View JSON Schema on GitHub

JSON Schema

google-sheets-color-style-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ColorStyle",
  "type": "object",
  "description": "A color value.",
  "properties": {
    "themeColor": {
      "type": "string",
      "description": "Theme color type."
    }
  }
}