Stream inspector reference
Event envelope fields
Follow six prepared events across order and inventory subjects. Inspect the envelope before deciding how to consume it.
Event envelope fields
The JSON export contains the selected prepared event. These six fields are an educational envelope model, not a claim about a hosted ingestion endpoint.
JSON / Example record
{
"id": "evt_sample_1042",
"type": "order.created",
"subject": "orders.created",
"entity": "order_sample_A",
"offset": 1042,
"sample": true
}id- Stable identity of this prepared event.
type- The business fact, such as order.created.
subject- Routing subject used by the selector.
entity- The example order associated with the event.
offset- Position in the prepared sequence, 1042–1047.
sample- True marks the exported data as an example.