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