mirror of
https://github.com/apache/superset.git
synced 2026-08-04 21:12:44 +00:00
18 lines
364 B
JSON
18 lines
364 B
JSON
{
|
|
"title": "Body",
|
|
"body": {
|
|
"content": {
|
|
"application/json": {
|
|
"schema": {
|
|
"properties": { "client_id": { "type": "string" } },
|
|
"type": "object",
|
|
"title": "StopQuerySchema"
|
|
},
|
|
"example": { "client_id": "string" }
|
|
}
|
|
},
|
|
"description": "Stop query schema",
|
|
"required": true
|
|
}
|
|
}
|