source |
string |
The source uri of the file to be onboarded. |
yes |
|
attach_metadata |
boolean |
Whether to attach onboarding metadata. |
no |
True |
sub_path |
string |
The sub path to use. If not specified, the root of the source folder will be used. |
no |
|
include_files |
list |
Include files that end with one of those tokens. If not specified, all file extensions are included. |
no |
|
exclude_files |
list |
Exclude files that end with one of those tokens. If not specified, no file extensions are excluded. |
no |
|
exclude_dirs |
list |
Exclude directories that end with one of those tokens. If not specified, no directories are excluded. |
no |
|
onboard_type |
string |
The type of onboarding to use. Allowed: github, local_file, url, zenodo |
no |
|