{ "parameters": [ { "description": "The id of the user", "in": "path", "name": "user_id", "required": true, "schema": { "type": "integer" } }, { "content": { "application/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" } } }, "in": "query", "name": "q" } ] }