mirror of
https://github.com/apache/superset.git
synced 2026-08-04 04:52:32 +00:00
14 lines
327 B
JSON
14 lines
327 B
JSON
{
|
|
"schema": {
|
|
"properties": {
|
|
"actions": { "items": { "type": "string" }, "type": "array" },
|
|
"distinct": { "type": "boolean" },
|
|
"page": { "type": "number" },
|
|
"page_size": { "type": "number" }
|
|
},
|
|
"type": "object",
|
|
"title": "get_recent_activity_schema"
|
|
},
|
|
"schemaType": "response"
|
|
}
|