mirror of
https://github.com/apache/superset.git
synced 2026-08-04 04:52:32 +00:00
13 lines
322 B
JSON
13 lines
322 B
JSON
{
|
|
"schema": {
|
|
"properties": {
|
|
"force": { "type": "boolean" },
|
|
"thumb_size": { "items": { "type": "integer" }, "type": "array" },
|
|
"window_size": { "items": { "type": "integer" }, "type": "array" }
|
|
},
|
|
"type": "object",
|
|
"title": "screenshot_query_schema"
|
|
},
|
|
"schemaType": "response"
|
|
}
|