797 next

https://w3id.org/class/redaktor/next

JSON

Inbox

Definition

In a paged Collection, indicates the next page of items.
see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-next

Scope Note

: Property

Example

Example 95

{
  "@context": "https://www.w3.org/ns/activitystreams",
  "summary": "Page 2 of Sally's blog posts",
  "type": "CollectionPage",
  "next": "http://example.org/collection?page=2",
  "items": [
    "http://example.org/posts/1",
    "http://example.org/posts/2",
    "http://example.org/posts/3"
  ]
}