Skip to content

Instantly share code, notes, and snippets.

@lbroudoux
Created March 12, 2021 14:45
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 lbroudoux/e3261b13eb7a9dbb14ccf59b1580d5b7 to your computer and use it in GitHub Desktop.
Save lbroudoux/e3261b13eb7a9dbb14ccf59b1580d5b7 to your computer and use it in GitHub Desktop.
CloudEvent sample #json
{
"specversion" : "1.0.1",
"type" : "com.github.pull.create",
"source" : "https://github.com/cloudevents/spec/pull/123",
"id" : "A234-1234-1234",
"time" : "2020-04-05T17:31:00Z",
"comexampleextension1" : "value",
"comexampleextension2" : {
"othervalue": 5
},
"contenttype" : "text/xml",
"data" : "<much wow=\"xml\"/>"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment