link
link
Represents a HTTP 'link' element.
It is implicit that all the link tags support http 'GET' method.
JSON Example
{
"href": "string",
"rel": "string",
"name": "string",
"description": "string"
}
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
rel
Optional
Represents the link's relation to its parent tag/object
Possible values are :
NEXT,
PREVIOUS,
START,
END,
RELATED,
SELF,
string
name
Optional
The name of the link
string
description
Optional
The description of the link
Property Of