Hi Long,
Here it is. You ask if it is cloneable, it wasn't. Should it not be an array then? I only thought it was an array as when I tried to output directly, the link only said 'array'!
[
'name' => __( 'Upload Research Paper PDF', 'your-text-domain' ),
'id' => $prefix . 'pdf',
'type' => 'file',
'desc' => __( 'Optional<small>Upload a PDF to give readers an easy way to access your research</small>', 'your-text-domain' ),
'max_file_uploads' => 1,
'columns' => 6,
'multiple' => false,
'tab' => 'academicreference_builder',
],