For a variety of cases, it's often simpler to use: ```javascript { links: { "self": { href:"/document/{id}" } } } ``` or: ```javascript { links: { "stylesheet": [ {href:"style.css"}, {href:"base.css"} ] } } ``` HAL and other JSON-based hypermedia formats follow a similar convention.