Link Data Type

Abstract Type
Properties
name data type description
rel string
params map of string
rels array of string
title string
uri string
type string
uriBuilder UriBuilder

Example

{
  "rel" : "...",
  "params" : {
    "property1" : "...",
    "property2" : "..."
  },
  "rels" : [ "...", "..." ],
  "title" : "...",
  "uri" : "...",
  "type" : "...",
  "uriBuilder" : { }
}