We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
includes
Typo in
sweater-comb/src/rulesets/rest/2022-05-25/json-api-rules/compound-document-rules.ts
Line 14 in a641c5a
included
This'll be much easier to unit test with the new DSL...
The text was updated successfully, but these errors were encountered:
Should expand on this to restrict what keys are allowed in the top-level document. Only jsonapi, data, meta and links should really be allowed there.
jsonapi
data
meta
links
Sorry, something went wrong.
No branches or pull requests
Typo in
sweater-comb/src/rulesets/rest/2022-05-25/json-api-rules/compound-document-rules.ts
Line 14 in a641c5a
includes
rather thanincluded
.This'll be much easier to unit test with the new DSL...
The text was updated successfully, but these errors were encountered: