Support decorating links w/ a "model" value[1].
- Add an optional property on
link
objects:model
(STRING)
{ "collection" :
{
"version" : "1.0",
"href" : "http://example.org/blogs/",
"links" : [
{"rel" : "collection", "href" : "http://example.org/posts", "model": "post" },
{"rel" : "collection", "href" : "http://example.org/comments", "model": "comment"},
{"rel" : "collection", "href" : "http://example.org/users", "model": "user"}
]
}
}