Google Sheets · Schema

ConditionValue

The value of the condition.

Google WorkspaceProductivitySpreadsheets

Properties

Name Type Description
relativeDate string A relative date.
userEnteredValue string A value the condition is based on.
View JSON Schema on GitHub

JSON Schema

google-sheets-condition-value-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ConditionValue",
  "type": "object",
  "description": "The value of the condition.",
  "properties": {
    "relativeDate": {
      "type": "string",
      "description": "A relative date."
    },
    "userEnteredValue": {
      "type": "string",
      "description": "A value the condition is based on."
    }
  }
}