Needs work
Project:
JSON:API Schema
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
31 Oct 2019 at 20:08 UTC
Updated:
16 May 2025 at 11:21 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mglamanThis adjustment fixed the crash:
Comment #3
mglamanHere is a patch. I know the plan is to use an array of resource types for cross bundle over a union, but this way it won't crash and returns some data.
Comment #5
bradjones1Specifically this NW in the sense that the paths for these routes are broken (missing a slash after the jsonapi prefix) and the schema generation throws an exception for much the same reason as the title, e.g. there is no bundle. E.g.,
The "entity:profile:" plugin does not exist.Comment #6
anybodyFYI: This is still one of the patches required for commerce_api so would be GREAT to finish
#3116465: Document recommended patches
Comment #7
anybodyUpdate: This is now the last patch required to make commerce_api fully work: #3116465: Document recommended patches
Still NW as of #5, but close to the finish line.
Comment #8
m.stentaWe have automated testing now (#3257911: Add basic test coverage), so this will needs tests too.