add the optional title element to the collection object. this can be used to present human-friendly titles in UI displays.
{"collection" : {
"version" : "1.0",
"href" : "http://example.org/list/",
"title" : "A Simple List",
"links" : [...],
"items" : [...],
"queries" : [...]
}
}
this can be ignored and the change is backward compatible.