link
link
Represents a HTTP 'link' element. It is implicit that all the link tags support http 'GET' method.
JSON Example
{
"description": "string",
"href": "string",
"name": "string",
"rel": "string"
}
string
description
Optional
The description of the link
string
href
Required
The url part of this tag. Note that the href can be absolute or relative to the current url. If the href begins with '/', then its absolute. If the href begins with the protocol element(http, https), its absolute Otherwise its relative.
string
name
Optional
The name of the link
string
rel
Optional
How is this link related to its parent object
Possible values are : NEXT, PREVIOUS, START, END, RELATED, SELF,
Property Of