Skip to content

add optional "title" element to collection object #8

@mamund

Description

@mamund

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions