8000 Clarify intent of links member by jelhan · Pull Request #1691 · json-api/json-api · GitHub
[go: up one dir, main page]

Skip to content

Clarify intent of links member #1691

New issue

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

Open
wants to merge 2 commits into
base: gh-pages
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix wording
  • Loading branch information
jelhan committed Nov 2, 2023
commit 0cac533d649b2cc64bef9496ebadd691d8fa85ec
8977 2 changes: 1 addition & 1 deletion _format/1.2/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ documents. The value of this member **MUST** be an object (a "links object").

> Note: The `links` member is intended to reference related JSON:API documents only.
> Other links can be included as resource attributes, `meta` information or using
> as members defined by an applied extension.
> members defined by an applied extension.

<a href="#document-links-link" id="document-links-link"></a>
Within this object, a link **MUST** be represented as either:
Expand Down
0