15 lines
222 B
JSON
15 lines
222 B
JSON
|
{
|
||
|
"movements": [
|
||
|
{
|
||
|
"sourcePath": "./source_path1",
|
||
|
"destinationPath": "./dest_path1",
|
||
|
"amins": 1
|
||
|
},
|
||
|
{
|
||
|
"sourcePath": "./source_path2",
|
||
|
"destinationPath": "./dest_path2",
|
||
|
"amins": 1
|
||
|
}
|
||
|
]
|
||
|
}
|