The fixed shape of every event the system emits. An audience: 'client' event is pushed out to connected clients over the WebSocket.
audience: 'client'
What the event is about: a user id (usr_...) or transaction id (txn_...).
The event name, e.g. 'economy.sale.completed'.
Schema version of this event's shape, currently 1.
The fixed shape of every event the system emits. An
audience: 'client'event is pushed out to connected clients over the WebSocket.