Coder Social home page Coder Social logo

double included fields about roar-jsonapi HOT 4 OPEN

trailblazer avatar trailblazer commented on June 19, 2024 1
double included fields

from roar-jsonapi.

Comments (4)

bencallaway avatar bencallaway commented on June 19, 2024 4

@twiduch is correct. There should only be one included section for the purposes of not duplicating resources. It is mentioned under the top level and compound documents sections of the spec. Likewise it is only allowed as a top level property in the JSON Schema (http://jsonapi.org/schema - line 27).

from roar-jsonapi.

phortx avatar phortx commented on June 19, 2024 1

For me this is a problem due to the fact that my API consuming frontend lib can't (and shouldn't) handle multiple/nested included fields.

Is there a way to workaround this bug? Will this be fixed in the near future?

from roar-jsonapi.

myabc avatar myabc commented on June 19, 2024

@twiduch I'm trying to find where in the JSON API docs this behaviour is specified :)

I think that in Json API there should be only one included field

What would your expected behaviour be? That only the first-level of an object tree is included? - Or that the tree is flattened to still allow for side-loading of an entire object graph?

from roar-jsonapi.

twiduch avatar twiduch commented on June 19, 2024

I believe that objects can be nested, but only one included top-level field. The reason is not to repeat same objects.

If User has Roles and User has Friends (of type User). Friends have also Roles.
Than you have Roles repeated in different included statement.

There should be relationships nested with type and id. All those objects should be referenced in top-level included

That is my understanding of spec

from roar-jsonapi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.