997 start index

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

JSON

Inbox

Definition

A non-negative integer value identifying the relative position within the logical view of a strictly ordered collection.
see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-startindex

Scope Note

: Property

Example

Example 132

{
  "@context": "https://www.w3.org/ns/activitystreams",
  "summary": "Page 1 of Sally's notes",
  "type": "OrderedCollectionPage",
  "startIndex": 0,
  "orderedItems": [
    {
      "type": "Note",
      "name": "Density of Water"
    },
    {
      "type": "Note",
      "name": "Air Mattress Idea"
    }
  ]
}