in src/CloudEvent.php [125:138]
public function jsonSerialize()
{
return [
'id' => $this->id,
'source' => $this->source,
'specversion' => $this->specversion,
'type' => $this->type,
'datacontenttype' => $this->datacontenttype,
'dataschema' => $this->dataschema,
'subject' => $this->subject,
'time' => $this->time,
'data' => $this->data,
];
}