Google Sheets · JSON Structure

Google Sheets Dimension Properties Structure

Type: object Properties: 4
Google WorkspaceProductivitySpreadsheets

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

Properties

hiddenByFilter hiddenByUser pixelSize developerMetadata

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DimensionProperties",
  "type": "object",
  "properties": {
    "hiddenByFilter": {
      "type": "boolean"
    },
    "hiddenByUser": {
      "type": "boolean"
    },
    "pixelSize": {
      "type": "integer"
    },
    "developerMetadata": {
      "type": "array"
    }
  }
}