mirror of
https://github.com/apache/superset.git
synced 2026-08-04 04:52:32 +00:00
41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"schema": {
|
|
"properties": {
|
|
"advanced_data_type": {
|
|
"maxLength": 255,
|
|
"minLength": 1,
|
|
"nullable": true,
|
|
"type": "string"
|
|
},
|
|
"column_name": { "maxLength": 255, "minLength": 1, "type": "string" },
|
|
"datetime_format": {
|
|
"maxLength": 100,
|
|
"minLength": 1,
|
|
"nullable": true,
|
|
"type": "string"
|
|
},
|
|
"description": { "nullable": true, "type": "string" },
|
|
"expression": { "nullable": true, "type": "string" },
|
|
"extra": { "nullable": true, "type": "string" },
|
|
"filterable": { "type": "boolean" },
|
|
"groupby": { "type": "boolean" },
|
|
"id": { "type": "integer" },
|
|
"is_active": { "nullable": true, "type": "boolean" },
|
|
"is_dttm": { "nullable": true, "type": "boolean" },
|
|
"python_date_format": {
|
|
"maxLength": 255,
|
|
"minLength": 1,
|
|
"nullable": true,
|
|
"type": "string"
|
|
},
|
|
"type": { "nullable": true, "type": "string" },
|
|
"uuid": { "format": "uuid", "nullable": true, "type": "string" },
|
|
"verbose_name": { "nullable": true, "type": "string" }
|
|
},
|
|
"required": ["column_name"],
|
|
"type": "object",
|
|
"title": "DatasetColumnsPut"
|
|
},
|
|
"schemaType": "response"
|
|
}
|