Google Sheets · Schema

InterpolationPoint

A single interpolation point on a gradient conditional format.

Google WorkspaceProductivitySpreadsheets

Properties

Name Type Description
type string How the value should be interpreted.
value string The value this interpolation point uses.
View JSON Schema on GitHub

JSON Schema

google-sheets-interpolation-point-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "InterpolationPoint",
  "type": "object",
  "description": "A single interpolation point on a gradient conditional format.",
  "properties": {
    "type": {
      "type": "string",
      "description": "How the value should be interpreted."
    },
    "value": {
      "type": "string",
      "description": "The value this interpolation point uses."
    }
  }
}