LinkModel Data Type

A link to a resource.

Properties
name data type description
rel string The link's relationship.
href string The link's destination.

Example

{
  "rel" : "...",
  "href" : "..."
}