| name | data type | description |
|---|---|---|
| parentPath | string | |
| streams | array of TempFile | |
| toSetAccess | Access | |
| clashOption | ClashOptions | |
| fieldName | string | |
| attributes | map of object | |
| fieldDefinitionPath | string |
Example
{
"parentPath" : "...",
"streams" : [ {
"filename" : "...",
"url" : "...",
"id" : "..."
}, {
"filename" : "...",
"url" : "...",
"id" : "..."
} ],
"toSetAccess" : {
"_license" : "...",
"_policy" : "OPEN"
},
"clashOption" : "REPLACE_EXISTING",
"fieldName" : "...",
"attributes" : {
"property1" : { },
"property2" : { }
},
"fieldDefinitionPath" : "..."
}