[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["Defines the structure for representing a table column using JSON."],["Includes `columnId` to identify the column and `columnType` to specify its data type using the FieldType object."],["The provided JSON schema is used for defining columns within tables."]]],["The provided content defines a table column using a JSON representation. Each column is described by a `columnId`, which is a string identifier, and a `columnType`, which is an object referencing a `FieldType`. This schema dictates that each column within a table must have a unique string ID and a designated data type specified by the associated `FieldType` object.\n"]]