{ "schema": { "properties": { "advanced_data_type": { "maxLength": 255, "nullable": true, "type": "string" }, "changed_on": { "format": "date-time", "nullable": true, "type": "string" }, "column_name": { "maxLength": 255, "type": "string" }, "created_on": { "format": "date-time", "nullable": true, "type": "string" }, "description": { "nullable": true, "type": "string" }, "expression": { "nullable": true, "type": "string" }, "extra": { "nullable": true, "type": "string" }, "filterable": { "nullable": true, "type": "boolean" }, "groupby": { "nullable": true, "type": "boolean" }, "id": { "type": "integer" }, "is_active": { "nullable": true, "type": "boolean" }, "is_dttm": { "nullable": true, "type": "boolean" }, "python_date_format": { "maxLength": 255, "nullable": true, "type": "string" }, "type": { "nullable": true, "type": "string" }, "type_generic": { "readOnly": true }, "uuid": { "format": "uuid", "nullable": true, "type": "string" }, "verbose_name": { "maxLength": 1024, "nullable": true, "type": "string" } }, "required": ["column_name"], "type": "object", "title": "DatasetRestApi.get.TableColumn" }, "schemaType": "response" }