mirror of
https://github.com/apache/superset.git
synced 2026-08-04 04:52:32 +00:00
24 lines
474 B
JSON
24 lines
474 B
JSON
{
|
|
"schema": {
|
|
"properties": {
|
|
"columns": { "items": { "type": "string" }, "type": "array" },
|
|
"keys": {
|
|
"items": {
|
|
"enum": [
|
|
"show_columns",
|
|
"description_columns",
|
|
"label_columns",
|
|
"show_title",
|
|
"none"
|
|
],
|
|
"type": "string"
|
|
},
|
|
"type": "array"
|
|
}
|
|
},
|
|
"type": "object",
|
|
"title": "get_item_schema"
|
|
},
|
|
"schemaType": "response"
|
|
}
|