| name | data type | description | 
|---|---|---|
| pathElements | array of PathElement | 
Example
{
  "pathElements" : [ {
    "type" : "...",
    "key" : "...",
    "name" : "...",
    "path" : "..."
  }, {
    "type" : "...",
    "key" : "...",
    "name" : "...",
    "path" : "..."
  } ]
}