Skip to content

Commit

Permalink
Remove empty meta.source from ArtC example event (#284)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
magnusbaeck committed Oct 22, 2021
1 parent 78b96a5 commit da6ef5a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/events/EiffelArtifactCreatedEvent/backend.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
"type": "EiffelArtifactCreatedEvent",
"version": "3.0.0",
"time": 1234567890,
"source": {
},
"id": "aaaaaaaa-bbbb-5ccc-8ddd-eeeeeeeeeee0"
},
"data": {
Expand Down

0 comments on commit da6ef5a

Please sign in to comment.