997 start index

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

JSON

Inbox

Definition

Ein nicht-negativer ganzzahliger Wert, der die relative Position innerhalb der logischen Ansicht einer streng geordneten Sammlung angibt.
siehe https://www.w3.org/TR/activitystreams-vocabulary/#dfn-startindex

Scope Note

: Property

Example

Beispiel 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"
    }
  ]
}