| name | data type | constraints | description |
|---|---|---|---|
| path | string | ||
| entityType | string | ||
| entityKey | string | ||
| name | string | ||
| creationTime | number | required | |
| dataSourceName | string |
Example
{
"path" : "...",
"entityType" : "...",
"entityKey" : "...",
"name" : "...",
"creationTime" : 12345,
"dataSourceName" : "..."
}