Files
superset2/docs/developer_docs_versioned_docs/version-6.1.0/api/schemas/datasetcolumnsput.Schema.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"
}