[[["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."],[[["\u003cp\u003eDefines the structure for representing a table column using JSON.\u003c/p\u003e\n"],["\u003cp\u003eIncludes \u003ccode\u003ecolumnId\u003c/code\u003e to identify the column and \u003ccode\u003ecolumnType\u003c/code\u003e to specify its data type using the FieldType object.\u003c/p\u003e\n"],["\u003cp\u003eThe provided JSON schema is used for defining columns within tables.\u003c/p\u003e\n"]]],["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"],null,["# Column\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nDefines a Table column.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------|\n| ``` { \"columnId\": string, \"columnType\": { object (/ads-data-hub/marketers/reference/rest/v1/FieldType) } } ``` |\n\n| Fields ||\n|--------------|--------------------------------------------------------------------------------------------|\n| `columnId` | `string` Column identifier. |\n| `columnType` | `object (`[FieldType](/ads-data-hub/marketers/reference/rest/v1/FieldType)`)` Column type. |"]]