vorteil/direktiv

View on GitHub
ui/src/pages/namespace/Events/History/exampleEvent.tsx

Summary

Maintainability
A
0 mins
Test Coverage
export const exampleEvent = `{
  "specversion" : "1.0",
  "type" : "com.github.pull.create",
  "source" : "https://github.com/cloudevents/spec/pull",
  "subject" : "123",
  "time" : "2018-04-05T17:31:00Z",
  "comexampleextension1" : "value",
  "comexampleothervalue" : 5,
  "datacontenttype" : "text/xml",
  "data" : "<much wow=\\"xml\\"/>"
}`;