-
-
Save dcomartin/bbc33e2031cc1d1681805456ff250fdf to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"$event": "CustomerChanged", | |
"$version": 8, | |
"id": "4cc9d956-f321-45da-9a2c-2a201875ad0c", | |
"name": "Derek Comartin", | |
"address": { | |
"street": "123 Street", | |
"province": "ON", | |
"postal": "A1B2C3", | |
"country": "CA" | |
}, | |
"email": "derek@codeopinion.com", | |
"phone": "+15555555555" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment