Google Sheets · JSON Structure

Google Sheets Cell Data Structure

Type: object Properties: 4
Google WorkspaceProductivitySpreadsheets

CellData 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

formattedValue hyperlink note textFormatRuns

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CellData",
  "type": "object",
  "properties": {
    "formattedValue": {
      "type": "string"
    },
    "hyperlink": {
      "type": "string"
    },
    "note": {
      "type": "string"
    },
    "textFormatRuns": {
      "type": "array"
    }
  }
}