Files
superset2/docs/developer_docs_versioned_docs/version-6.1.0/api/schemas/get-recent-activity-schema.Schema.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"
}