Google Docs · JSON Structure

Google Docs V1 Table Structure

Type: object Properties: 5
CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

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

Properties

rows columns tableRows suggestedInsertionIds suggestedDeletionIds

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Table",
  "type": "object",
  "properties": {
    "rows": {
      "type": "integer"
    },
    "columns": {
      "type": "integer"
    },
    "tableRows": {
      "type": "array"
    },
    "suggestedInsertionIds": {
      "type": "array"
    },
    "suggestedDeletionIds": {
      "type": "array"
    }
  }
}