Google Sheets · Schema

DataFilterValueRange

A range of values whose location is specified by a DataFilter.

Google WorkspaceProductivitySpreadsheets

Properties

Name Type Description
values array The data to be written.
View JSON Schema on GitHub

JSON Schema

google-sheets-data-filter-value-range-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DataFilterValueRange",
  "type": "object",
  "description": "A range of values whose location is specified by a DataFilter.",
  "properties": {
    "values": {
      "type": "array",
      "description": "The data to be written."
    }
  }
}