name | data type | description |
---|---|---|
params | map of string | |
uriBuilder | UriBuilder | |
type | string | |
title | string | |
uri | string | |
rels | array of string | |
rel | string |
Example
{ "params" : { "property1" : "...", "property2" : "..." }, "uriBuilder" : { }, "type" : "...", "title" : "...", "uri" : "...", "rels" : [ "...", "..." ], "rel" : "..." }