Google Docs · Schema

TableColumnProperties

The properties of a column in a table.

CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

Properties

Name Type Description
widthType string The width type of the column.
View JSON Schema on GitHub

JSON Schema

google-docs-v1-table-column-properties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TableColumnProperties",
  "type": "object",
  "description": "The properties of a column in a table.",
  "properties": {
    "widthType": {
      "type": "string",
      "description": "The width type of the column."
    }
  }
}