Skip to content

Commit 1497934

Browse files
committed
Example of payload with extenstion
Signed-off-by: Fabio José <[email protected]>
1 parent b12c6d7 commit 1497934

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"specversion":"0.2",
3+
"type":"com.github.pull.create",
4+
"source":"https://github.com/cloudevents/spec/pull/123",
5+
"id":"45c83279-c8a1-4db6-a703-b3768db93887",
6+
"time":"2019-06-21T17:31:00Z",
7+
"contenttype":"application/json",
8+
"data":{
9+
"much":"wow"
10+
},
11+
"my-extension" : {
12+
"some" : "thing"
13+
}
14+
}

0 commit comments

Comments
 (0)