Link Data Type

Value object for links.

Properties
name data type description
href string Returns the actual URI the link is pointing to.
rel string Returns the rel of the link.

Example

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