Link Data Type

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

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "uriBuilder" : { },
  "title" : "...",
  "rel" : "...",
  "rels" : [ "...", "..." ],
  "uri" : "...",
  "type" : "...",
  "params" : {
    "property1" : "...",
    "property2" : "..."
  }
}