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
4 changes: 2 additions & 2 deletions http-transport-binding.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# HTTP Transport Binding for CloudEvents
# HTTP Transport Binding for CloudEvents - Version 0.1

## Abstract

Expand Down Expand Up @@ -363,4 +363,4 @@ Content-Length: nnnn
[RFC7230-Section-3]: https://tools.ietf.org/html/rfc7230#section-3
[RFC7231-Section-4]: https://tools.ietf.org/html/rfc7231#section-4
[RFC7230-Section-5-1]: https://tools.ietf.org/html/rfc7230#section-5.1
[RFC7540]: https://tools.ietf.org/html/rfc7540
[RFC7540]: https://tools.ietf.org/html/rfc7540
4 changes: 2 additions & 2 deletions json-format.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# JSON Event Format for CloudEvents
# JSON Event Format for CloudEvents - Version 0.1

## Abstract

Expand Down Expand Up @@ -207,4 +207,4 @@ a `Map` or [JSON data](#31-special-handling-of-the-data-attribute) data:
[RFC4627]: https://tools.ietf.org/html/rfc4627
[RFC4648]: https://tools.ietf.org/html/rfc4648
[RFC6839]: https://tools.ietf.org/html/rfc6839#section-3.1
[RFC8259]: https://tools.ietf.org/html/rfc8259
[RFC8259]: https://tools.ietf.org/html/rfc8259
6 changes: 6 additions & 0 deletions spec.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# CloudEvents - Version 0.1

## Abstract

CloudEvents is a vendor-neutral specification for defining the format
of event data.

## Status of this document

This document is a working draft.

## Table of Contents
- [Overview](#overview)
- [Design Goals](#design-goals)
Expand Down