Open mamund opened 9 years ago
in working w/ processing, filtering, and rendering individual items i am finding it quite helpful to include an OPTIONAL rel property as in:
items
rel
"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.
queries
links
NOTE: this is a backward-compatible change w/ no anticipated major negative side-effects for current implementations.
in working w/ processing, filtering, and rendering individual
items
i am finding it quite helpful to include an OPTIONALrel
property as in:I propose adding the OPTIONAL
rel
property (the same definition already in use forqueries
andlinks
) to the individualitems
.NOTE: this is a backward-compatible change w/ no anticipated major negative side-effects for current implementations.