Types

Collection

Example

{
  "type": "Collection",
  "name": "Clients",
  "identifier": {
    "bhhsconsumerid": "12345"
  },
  "creator": "https://{agentid}.example.com/profile/card#me",
  "dateCreated": "2019-08-24T14:15:22Z",
  "dateModified": "2019-08-24T14:15:22Z",
  "member": [
    {}
  ]
}

Schema

NameTypeDescription
(root)objecta set of items.
typestringallowed ("Collection") Collection
namestringname of the collection
identifierobject1 properties
creatorstringcreator of the collection
dateCreatedstringThe date on which the item was created. format (date-time)
dateModifiedstringThe date on which the item was most recently modified or when the item's entry was modified within a DataFeed. format (date-time)
memberarray<object>members of the collection
member (single item)object-
Previous
CloudEvent