Spec v0.3 examples

Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
Fabio José 2019-08-05 15:10:50 -03:00
parent 032ccaf0c5
commit e602736c20
3 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,11 @@
{
"specversion":"0.3",
"type":"com.github.pull.create",
"source":"https://github.com/cloudevents/spec/pull/123",
"id":"b25e2717-a470-45a0-8231-985a99aa9416",
"time":"2019-07-04T17:31:00Z",
"datacontenttype":"application/json",
"data":{
"much":"wow"
}
}

View File

@ -0,0 +1,14 @@
{
"specversion":"0.3",
"type":"com.github.pull.create",
"source":"https://github.com/cloudevents/spec/pull/123",
"id":"70d3c768-63f8-40e7-aa9d-d197d530586b",
"time":"2019-07-04T17:31:00Z",
"datacontenttype":"application/json",
"data":{
"much":"wow"
},
"my-extension" : {
"some" : "thing"
}
}

View File

@ -0,0 +1,13 @@
{
"specversion":"0.3",
"type":"com.github.pull.create",
"source":"https://github.com/cloudevents/spec/pull/123",
"id":"70d3c768-63f8-40e7-aa9d-d197d530586b",
"time":"2019-07-04T17:31:00Z",
"datacontenttype":"application/json",
"datacontentencoding":"base64",
"data":"eyJtdWNoIjoid293In0=",
"my-extension" : {
"some" : "thing"
}
}