From da6ef5ad6c01fe6acdab46f83303f070dd221174 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20B=C3=A4ck?= Date: Fri, 22 Oct 2021 07:06:33 +0200 Subject: [PATCH] Remove empty meta.source from ArtC example event (#284) The backend.json examples for ArtC contained an empty meta.source member. While technically okay it's uncalled for and can be confusing for readers. It can also cause problems for tests of code that use these examples as testdata. --- examples/events/EiffelArtifactCreatedEvent/backend.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/events/EiffelArtifactCreatedEvent/backend.json b/examples/events/EiffelArtifactCreatedEvent/backend.json index f9b3c4fe..15207901 100644 --- a/examples/events/EiffelArtifactCreatedEvent/backend.json +++ b/examples/events/EiffelArtifactCreatedEvent/backend.json @@ -3,8 +3,6 @@ "type": "EiffelArtifactCreatedEvent", "version": "3.0.0", "time": 1234567890, - "source": { - }, "id": "aaaaaaaa-bbbb-5ccc-8ddd-eeeeeeeeeee0" }, "data": {