From 736a580f857cb6bbd3dc9ff0d3599619fa3aec9a Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Tue, 14 Oct 2025 23:14:14 +0200 Subject: [PATCH] feat: Refined pact between `UserService` and `ChatBackendController` * Added subscriptions to the expected data of an existing `User`. --- UserService-ChatBackendController.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/UserService-ChatBackendController.json b/UserService-ChatBackendController.json index f1bd4880..da81944e 100644 --- a/UserService-ChatBackendController.json +++ b/UserService-ChatBackendController.json @@ -42,7 +42,15 @@ "body": { "content": { "id": "5c73531c-6fc4-426c-adcb-afc5c140a0f7", - "shard": 2 + "shard": 2, + "subscriptions": { + "chatroom": { + "id": "5c73531c-6fc4-426c-adcb-afc5c140a0f7", + "name": "FOO", + "shard": 2 + }, + "nickname": "Peter" + } }, "contentType": "application/json", "encoded": false -- 2.39.5