{
  "properties": {
    "limit": {
      "default": 20,
      "description": "Max sessions to return (default 20, max 100).",
      "maximum": 100,
      "minimum": 1,
      "title": "Limit",
      "type": "integer"
    },
    "offset": {
      "default": 0,
      "description": "Number of leading sessions to skip for paging.",
      "maximum": 10000,
      "minimum": 0,
      "title": "Offset",
      "type": "integer"
    },
    "strategy_id": {
      "description": "Strategy identifier",
      "title": "Strategy Id",
      "type": "string"
    }
  },
  "required": [
    "strategy_id"
  ],
  "title": "list_paper_trading_sessionsArguments",
  "type": "object"
}
