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