mirror of
https://github.com/apache/superset.git
synced 2026-08-04 04:52:32 +00:00
14 lines
304 B
JSON
14 lines
304 B
JSON
{
|
|
"schema": {
|
|
"properties": {
|
|
"end_column": { "type": "integer" },
|
|
"line_number": { "type": "integer" },
|
|
"message": { "type": "string" },
|
|
"start_column": { "type": "integer" }
|
|
},
|
|
"type": "object",
|
|
"title": "ValidateSQLResponse"
|
|
},
|
|
"schemaType": "response"
|
|
}
|