mirror of
https://github.com/apache/superset.git
synced 2026-08-04 04:52:32 +00:00
20 lines
397 B
JSON
20 lines
397 B
JSON
{
|
|
"schema": {
|
|
"properties": {
|
|
"column_name": {
|
|
"description": "The name of the target column",
|
|
"example": "mycol",
|
|
"type": "string"
|
|
},
|
|
"type": {
|
|
"description": "Type of target column",
|
|
"example": "BIGINT",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"type": "object",
|
|
"title": "ChartDataColumn"
|
|
},
|
|
"schemaType": "response"
|
|
}
|