Google Slides · JSON Structure

Google Slides Table Structure

Type: object Properties: 6
CollaborationGoogle WorkspacePresentationsProductivitySlides

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

Properties

rows columns tableRows tableColumns horizontalBorderRows verticalBorderRows

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"
    },
    "tableColumns": {
      "type": "array"
    },
    "horizontalBorderRows": {
      "type": "array"
    },
    "verticalBorderRows": {
      "type": "array"
    }
  }
}