...
The "options" for other SDK is not JSON object. A declaration for JAVA SDK would be like this:
public class ImportParam {
private MinioDataSource data_source;
private List<DataFile> external_files;
}
RPC Interfaces
Internal machinery
...