Types

CloudEvent

Example

{
  "topic": "string",
  "time": "2019-08-24T14:15:22Z",
  "agent": "https://agentid.example.com/profile/card#me",
  "instrument": "https://vendorid.example.com/profile/card#me",
  "source": "https://companyid.example.com/profile/card#me",
  "originalRecipient": "https://agentid.example.com/profile/card#me",
  "id": "https://instrumentid.example.com/publish/xxxxxxxxxxxxx",
  "@id": "https://yourpod.example.com/inbox/xxxxxxxxxxxxx",
  "data": {}
}

Schema

NameTypeDescription
(root)object-
topicstringthe event topic which determines the event.data schema
timestringdate & time the event was produced format (date-time)
agentstringthe user, team, or organization who sent the event format (uri)
instrumentstringthe service which created the event format (uri)
sourcestringan agent, team or organization who received a copy of the event format (uri)
originalRecipientstringthe original recipient of the event with this id format (uri)
idstringthe shared identifier of the event, akd the event id format (uri)
@idstringthe url of your instance of the event in your inbox format (uri)
dataobjectevent payload, typically an Action
Previous
City