Example of payload with extenstion
Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
parent
b12c6d75d4
commit
1497934bed
|
@ -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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue