Skip to content

Commit abdcf0f

Browse files
committed
CloudEvent payloads examples
Signed-off-by: Fabio José <[email protected]>
1 parent 3dad0d2 commit abdcf0f

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

examples/payload/data-0.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"data":{
3+
"much":"wow"
4+
}
5+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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+
}

0 commit comments

Comments
 (0)