Google Sheets · JSON Structure

Google Sheets Conditional Format Rule Structure

Type: object Properties: 3
Google WorkspaceProductivitySpreadsheets

ConditionalFormatRule is a JSON Structure definition published by Google Sheets, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

ranges booleanRule gradientRule

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ConditionalFormatRule",
  "type": "object",
  "properties": {
    "ranges": {
      "type": "array"
    },
    "booleanRule": {
      "type": "object"
    },
    "gradientRule": {
      "type": "object"
    }
  }
}