json-api-php / json-api

Implementation of JSON API in PHP

Home Page:https://json-api-php.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement cross-linked identifiers check

f3ath opened this issue · comments

http://jsonapi.org/format/#document-compound-documents

Compound documents require “full linkage”, meaning that every included resource MUST be identified by at least one resource identifier object in the same document. These resource identifier objects could either be primary data or represent resource linkage contained within primary or included resources.