File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -262,7 +262,9 @@ A "relationship object" **MUST** contain at least one of the following:
262
262
relationship.
263
263
264
264
A relationship object that represents a to-many relationship ** MAY** also contain
265
- [ pagination] links under the ` links ` member, as described below.
265
+ [ pagination] links under the ` links ` member, as described below. Any
266
+ [ pagination] links in a relationship object ** MUST** paginate the relationship
267
+ data, not the related resources.
266
268
267
269
> Note: See [ fields] and [ member names] for more restrictions on this container.
268
270
Original file line number Diff line number Diff line change @@ -262,7 +262,9 @@ A "relationship object" **MUST** contain at least one of the following:
262
262
relationship.
263
263
264
264
A relationship object that represents a to-many relationship ** MAY** also contain
265
- [ pagination] links under the ` links ` member, as described below.
265
+ [ pagination] links under the ` links ` member, as described below. Any
266
+ [ pagination] links in a relationship object ** MUST** paginate the relationship
267
+ data, not the related resources.
266
268
267
269
> Note: See [ fields] and [ member names] for more restrictions on this container.
268
270
@@ -510,7 +512,7 @@ Each member of a links object is a "link". A link **MUST** be represented as
510
512
either:
511
513
512
514
* a string containing the link's URL.
513
- * <a id =" document-links-link-object " ></a >an object ("link object") which can
515
+ * <a id =" document-links-link-object " ></a >an object ("link object") which can
514
516
contain the following members:
515
517
* ` href ` : a string containing the link's URL.
516
518
* ` meta ` : a meta object containing non-standard meta-information about the
You can’t perform that action at this time.
0 commit comments