Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions cloudevents-binding.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# CloudEvents Binding for CDEvents - Draft

## Abstract

The CloudEvents Binding for CDEvents defines how CDEvents are mapped to CloudEvents headers and body.

## Table Of Contents

<!-- toc -->
<!-- /toc -->

TBD
18 changes: 18 additions & 0 deletions primer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# CDEvents Primer - Draft

## Abstract

This non-normative document provides an overview of the CDEvents specification. It is meant to complement the CDEvents specification to provide additional background and insight into the history and design decisions made during the development of the specification. This allows the specification itself to focus on the normative technical details.

## Table of Contents

<!-- toc -->
<!-- /toc -->

## History

TBD

## Acknowledgments

The initial structure of the CDEvents specification format was based on the specification of the [CloudEvents](https://github.com/cloudevents/spec) project.