How do you use links in JSON objects
For each link, use a link property (or links property to include several links) whose value is a link object or an array. For each link object include the href and rel properties.
Explain the href and rel properties of a link
href = URI
rel conveys the semantics of a link (what resource? significance? supported actions? supported representations?)
What are link headers?
links defined in http headers, not in representation bodies
How do you assign link relation types
rel can have standard values (self, alternate, index,…) or you can create your own. Express the self created type as an URI and provide documentation at the endpoint.