{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "InsertTableColumnRequest",
"type": "object",
"description": "Inserts an empty column into a table.",
"properties": {
"insertRight": {
"type": "boolean",
"description": "Whether to insert new column to the right of the reference cell."
}
}
}