Files
superset2/docs/developer_docs_versioned_docs/version-6.1.0/api/schemas/tablemetadatacolumnsresponse.Schema.json
2026-07-28 21:39:01 +07:00

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"
}