611 derzeit

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

JSON

Inbox

Definition

Gibt in einer paginierten Sammlung die Seite an, die die zuletzt aktualisierten Mitgliedselemente enthält.
siehe https://www.w3.org/TR/activitystreams-vocabulary/#dfn-current

Scope Note

: Property

Example

Beispiel 74

{
  "@context": "https://www.w3.org/ns/activitystreams",
  "summary": "Sally's blog posts",
  "type": "Collection",
  "totalItems": 3,
  "current": "http://example.org/collection",
  "items": [
    "http://example.org/posts/1",
    "http://example.org/posts/2",
    "http://example.org/posts/3"
  ]
}