| name | data type | constraints | description |
|---|---|---|---|
| resourcePath | string | ||
| resourceId | string | ||
| resourceType | string | ||
| hasParents | boolean | required | |
| collectionRoot | boolean | required | |
| hasChildren | boolean | required |
Example
{
"resourcePath" : "...",
"resourceId" : "...",
"resourceType" : "...",
"hasParents" : true,
"collectionRoot" : true,
"hasChildren" : true
}