Example of payload with extenstion

Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
Fabio José 2019-06-25 11:07:56 -03:00
parent b12c6d75d4
commit 1497934bed
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
{
"specversion":"0.2",
"type":"com.github.pull.create",
"source":"https://github.com/cloudevents/spec/pull/123",
"id":"45c83279-c8a1-4db6-a703-b3768db93887",
"time":"2019-06-21T17:31:00Z",
"contenttype":"application/json",
"data":{
"much":"wow"
},
"my-extension" : {
"some" : "thing"
}
}