2043 earlyItems

https://forgefed.peers.community/nsearlyItems

JSON

Inbox

Definition

In an ordered collection (or an ordered collection page) in which items (or orderedItems) contains a continuous subset of the collection’s items from one end, earlyItems identifiers a continuous subset from the other end. For example, if items lists the chronologically latest items, earlyItems would list the chrologically earliest items. The ordering rule for items in earlyItems MUST be the same as in items. For examle, if items lists items in reverse chronogical order, then so does earlyItems.
see 4

Example

json { "@context": [ "https://www.w3.org/ns/activitystreams", "https://forgefed.peers.community/ns" ], "id": "https://dev.example/aviva/outbox", "type": "OrderedCollection", "totalItems": 712, "orderedItems": [ "https://dev.example/aviva/outbox/712", "https://dev.example/aviva/outbox/711", "https://dev.example/aviva/outbox/710" ], "earlyItems": [ "https://dev.example/aviva/outbox/3", "https://dev.example/aviva/outbox/2", "https://dev.example/aviva/outbox/1" ] }