Created
January 5, 2020 13:59
-
-
Save ahmetkucukoglu/13cc20566c48574a5acc4304d9841de2 to your computer and use it in GitHub Desktop.
Event Sourcing Neydi? - meetup.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "MeetupId": "6fa3ec35-4615-43a3-b7ad-a33019172cb1", | |
| "OrganizerId": "ac10b1aa-6f10-4c54-a1b6-f8fd9f84cbd7", | |
| "Subject": "Event Sourcing Neydi?", | |
| "Description": "ES+CQRS öğreniyoruz.", | |
| "When": "05.01.2020 17.00", | |
| "Address": "Bellevue Residences, Levent Mahallesi, Aydın Sokak No:7, Levent 34340 İstanbul, Türkiye", | |
| "StoppedDate": "05.01.2020 16.08", | |
| "CompletedDate": "05.01.2020 19.00", | |
| "Participants": [ | |
| { | |
| "ParticipantId": "5f4837b9-6caf-4dd2-b109-8c9f3a9a1d4c", | |
| "CreatedAt ": "05.01.2020 16.05" | |
| }, | |
| { | |
| "ParticipantId": "5b846ffc-e969-4455-9346-09db84c64dcc", | |
| "CreatedAt ": "05.01.2020 16.06" | |
| }, | |
| { | |
| "ParticipantId": "85054d6d-4195-4a67-8413-983640a05784", | |
| "CreatedAt ": "05.01.2020 16.07" | |
| } | |
| ], | |
| "Photos": [ | |
| { | |
| "PhotoPath": "es01.png", | |
| "CreatedAt ": "05.01.2020 19.05" | |
| }, | |
| { | |
| "PhotoPath": "es02.png", | |
| "CreatedAt ": "05.01.2020 19.07" | |
| } | |
| ], | |
| "Comments": [ | |
| { | |
| "CommentatorId": "5f4837b9-6caf-4dd2-b109-8c9f3a9a1d4c", | |
| "Comment": "Beğendim.", | |
| "CreatedAt ": "05.01.2020 19.06" | |
| }, | |
| { | |
| "CommentatorId": "5b846ffc-e969-4455-9346-09db84c64dcc", | |
| "Comment": "Beğenmedim.", | |
| "CreatedAt ": "05.01.2020 19.08" | |
| }, | |
| { | |
| "CommentatorId": "85054d6d-4195-4a67-8413-983640a05784", | |
| "Comment": "İdare ederdi.", | |
| "CreatedAt ": "05.01.2020 19.08" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment