Skip to content

Instantly share code, notes, and snippets.

@vedcraft
Created January 2, 2022 23:04
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 vedcraft/ba9a0fdd149c5f164aec2764f05a920d to your computer and use it in GitHub Desktop.
Save vedcraft/ba9a0fdd149c5f164aec2764f05a920d to your computer and use it in GitHub Desktop.
CloudEvents Sample Response
{
"specversion" : "1.0",
"id" : "V123-456-789",
"source" : "https://api.vedcraft.com/helloworld",
"type" : "com.vedcraft.helloworld",
"subject" : "message",
"time" : "2021-08-30T09:05:00Z",
"datacontenttype" : "application/json",
"data" : "{\"fname\": \"ankur\", \"lname\":\"kumar\"}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment