OptionalanchorAnchor for fragment-based links within a document.
Context URI for resolving relative hrefs.
OptionalhintsExtended link hints per draft-nottingham-link-hint.
Target URI of the linked resource.
May be a URI template if templated is true.
OptionalhreflangLanguage of the target resource.
OptionalmediaMedia query hint for the target resource.
OptionalnameSecondary identifier for the link.
Used in HAL for distinguishing multiple links with the same rel.
Link relation type (e.g., 'self', 'next', 'author').
OptionaltemplatedIndicates if href is a URI Template (RFC 6570).
When true, use template variables to expand the URI.
OptionaltitleHuman-readable link title.
OptionaltypeExpected content type of the target resource.
Represents a hypermedia link in HAL format.
Links are the foundation of HATEOAS navigation, connecting resources and enabling discovery of related resources and available actions.
See
HAL Specification