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