| name | data type | description |
|---|---|---|
| assetPaths | array of string | |
| assetNames | array of string | |
| assetType | string | |
| assetKeyList | array of string |
Example
{
"assetPaths" : [ "...", "..." ],
"assetNames" : [ "...", "..." ],
"assetType" : "...",
"assetKeyList" : [ "...", "..." ]
}