mirror of
https://github.com/apache/superset.git
synced 2026-08-04 13:02:41 +00:00
10 lines
220 B
JSON
10 lines
220 B
JSON
{
|
|
"schema": {
|
|
"properties": { "last_updated_ms": { "type": "number" } },
|
|
"required": ["last_updated_ms"],
|
|
"type": "object",
|
|
"title": "queries_get_updated_since_schema"
|
|
},
|
|
"schemaType": "response"
|
|
}
|