From 6a46c1c22e21446de39c231d386d8db19d59f3e3 Mon Sep 17 00:00:00 2001 From: "Luis P. Galeas" Date: Tue, 3 Dec 2024 12:17:01 +0000 Subject: [PATCH] Update README.md --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 875453e..c80dfe5 100644 --- a/README.md +++ b/README.md @@ -180,14 +180,8 @@ Data destination endpoints will then receive payloads, in parallel (per partitio "event_name": "UserSignedUp", "aggregate_id": "420ac19b-1cd3-4c9c-b8d4-56bdd936ca38", "aggregate_version": 1, - "json_payload": { - "name": "John Doe", - "email": "john.doe@example.com" - }, - "json_metadata": { - "ip_address": "192.168.1.1", - "user_agent": "Mozilla/5.0" - }, + "json_payload": "{\"name\": \"John Doe\",\"email\": \"john.doe@example.com\"}", + "json_metadata": "{\"ip_address\": \"192.168.1.1\",\"user_agent\": \"Mozilla/5.0\"}", "recorded_on": "2024-12-03T12:00:00Z", "causation_id": "e7b3a07c-4a90-4fc3-8243-7c90a33a6f4e", "correlation_id": "e7b3a07c-4a90-4fc3-8243-7c90a33a6f4e"