| 17 Event with Payload Example { "specversion" : "1.0", "type" : "com.example.orderPlaced", "source" : "/order/v1/A001-1234-1234", "id" : "A001-1234-1234", "time" : "2020-12-15T00:00:00Z" } Example: { "specversion" : "1.0", "type" : "com.example.orderPlaced", "datacontenttype" : "application/json", "data" : { "id" : "A001-1234-1234", "time" : "2020-12-15T00:00:00Z", "products" : [{ "id" : "1234321", "name" : "eBook Seven Languages in Seven Weeks", "price" : 25.00, "quantity" : 1 }] } }