Last active
June 18, 2021 21:34
-
-
Save dbarkol/b30440896c93775eea96affddb93cd13 to your computer and use it in GitHub Desktop.
Sample cloud event
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
{ | |
"specversion" : "1.0", | |
"id" : "b85d631a-101e-005a-02f2-cee7aa06f148", | |
"type" : "contoso.loyalty.update", | |
"source" : "https://contoso.com/loyalty", | |
"subject" : "contoso/loyalty/points", | |
"time" : "2021-06-14T10:00:00Z", | |
"data" : { | |
"loyaltyId": "100", | |
"points": "400", | |
"transactionId": "e306ceb7-2b78-4055-9b96-0dfc5181c2ce" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cleanup