mirror of
https://github.com/apache/superset.git
synced 2026-08-04 13:02:41 +00:00
16 lines
377 B
JSON
16 lines
377 B
JSON
{
|
|
"schema": {
|
|
"properties": {
|
|
"column_names": {
|
|
"description": "A list of columns names in the sheet",
|
|
"items": { "type": "string" },
|
|
"type": "array"
|
|
},
|
|
"sheet_name": { "description": "The name of the sheet", "type": "string" }
|
|
},
|
|
"type": "object",
|
|
"title": "UploadFileMetadataItem"
|
|
},
|
|
"schemaType": "response"
|
|
}
|