CloudEvent payloads examples
Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
parent
3dad0d200c
commit
abdcf0f9f0
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"data":{
|
||||
"much":"wow"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue