Source Data Type

Abstract Type
Subtypes
Node
Properties
name data type constraints description
resourcePath string  
resourceId string  
resourceType string  
hasParents boolean required
collectionRoot boolean required
hasChildren boolean required

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "resourcePath" : "...",
  "resourceId" : "...",
  "resourceType" : "...",
  "hasParents" : true,
  "collectionRoot" : true,
  "hasChildren" : true
}