Skip to content

Instantly share code, notes, and snippets.

@dbarkol
Last active June 18, 2021 21:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dbarkol/b30440896c93775eea96affddb93cd13 to your computer and use it in GitHub Desktop.
Save dbarkol/b30440896c93775eea96affddb93cd13 to your computer and use it in GitHub Desktop.
Sample cloud event
{
"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"
}
}
@dbarkol
Copy link
Author

dbarkol commented Jun 18, 2021

cleanup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment