Skip to content

add OPTIONAL "rel" property to items... #14

@mamund

Description

@mamund

in working w/ processing, filtering, and rendering individual items i am finding it quite helpful to include an OPTIONAL rel property as in:

"items" : [
  { "href" : "...",
    "rel" : "invoice",
    "data" : [...],
    "links" : [...]
  },
  { "href" : "...",
    "rel" : "lineItem",
    "data" : [...],
    "links" : [...]
  },
...
]

I propose adding the OPTIONAL rel property (the same definition already in use for queries and links) to the individual items.

NOTE: this is a backward-compatible change w/ no anticipated major negative side-effects for current implementations.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions