613 items

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

JSON

Inbox

Definition

Identifies the items contained in a collection. The items might be ordered or unordered. For Ordered Collections use :orderedItems
see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-items

Scope Note

: Property

Example

Example 89

{
  "@context": "https://www.w3.org/ns/activitystreams",
  "summary": "Sally's notes",
  "type": "Collection",
  "totalItems": 2,
  "items": [
    {
      "type": "Note",
      "name": "Reminder for Going-Away Party"
    },
    {
      "type": "Note",
      "name": "Meeting 2016-11-17"
    }
  ]
}