fast_jsonapi icon indicating copy to clipboard operation
fast_jsonapi copied to clipboard

Feature request: meta field on relationships

Open dpikt opened this issue 5 years ago • 0 comments

Per the spec v1.0 (emphasis added):

A “relationship object” MUST contain at least one of the following:

links: ... data: ... meta: a meta object that contains non-standard meta-information about the relationship.

Right now, serializer relationships support the first two options (https://github.com/Netflix/fast_jsonapi#links-on-a-relationship) but not the last.

dpikt avatar May 20 '19 22:05 dpikt