mirror of
https://github.com/apache/superset.git
synced 2026-08-04 13:02:41 +00:00
22 lines
574 B
JSON
22 lines
574 B
JSON
{
|
|
"schema": {
|
|
"properties": {
|
|
"duplicates_constraint": { "type": "string" },
|
|
"keys": {
|
|
"description": "",
|
|
"items": { "type": "string" },
|
|
"type": "array"
|
|
},
|
|
"longType": {
|
|
"description": "The actual backend long type for the column",
|
|
"type": "string"
|
|
},
|
|
"name": { "description": "The column name", "type": "string" },
|
|
"type": { "description": "The column type", "type": "string" }
|
|
},
|
|
"type": "object",
|
|
"title": "TableMetadataColumnsResponse"
|
|
},
|
|
"schemaType": "response"
|
|
}
|