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 28480c7 commit d866d6dCopy full SHA for d866d6d
test/http_binding_0_1.js
@@ -7,7 +7,7 @@ const source = "urn:event:from:myapi/resourse/123";
7
const webhook = "https://cloudevents.io/webhook";
8
const contentType = "application/cloudevents+json; charset=utf-8";
9
const now = new Date();
10
-const schemaurl = "http://cloudevents.io/schema.json"
+const schemaurl = "http://cloudevents.io/schema.json";
11
12
const ceContentType = "application/json";
13
0 commit comments