We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e025138 commit 6088f59Copy full SHA for 6088f59
test/cloudevent_spec_0_1.js
@@ -1,10 +1,10 @@
1
var expect = require("chai").expect;
2
var Cloudevent = require("../index.js");
3
4
-const type = "com.github.pull.create";
5
-const source = "urn:event:from:myapi/resourse/123";
+const type = "com.github.pull.create01";
+const source = "urn:event:from:myapi/resourse/01";
6
const time = new Date();
7
-const schemaurl = "http://example.com/registry/myschema.json";
+const schemaurl = "http://example.com/registry/v01/myschema.json";
8
const contenttype = "application/json";
9
const data = {};
10
const extensions = {};
0 commit comments