Skip to content

Commit

Permalink
fix: remove reference to source in type section (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Oct 7, 2021
1 parent 185c06c commit 2c7dd81
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# RaBe CloudEvents Specification

The RaBe [CloudEvents](https://cloudevents.io/) specification defines the required, `URI`
and `URI-reference` based `type` and `source` attributes of the CloudEvents specification.
and `URI-reference` based, `type` and `source` attributes of the CloudEvents specification.

## Table of Contents

Expand Down Expand Up @@ -94,10 +94,6 @@ The following attributes MUST follow these constaints in addition to the CloudEv
The RaBe DNS authority `events.api.rabe.ch` SHALL be used for reverse-DNS
naming purposes.

The event producer MUST include a unique identifier. It is RECOMMENDED that
the GitHub repo name of the producer is used in the `source` attribute.
Systems MAY also use their internal project name for this purpose.

An event producer MAY use a subdomain indicate which component an event
originated from. Types SHOULD contain versioning information.

Expand All @@ -118,7 +114,7 @@ The following example shows a paired down RaBe CloudEvent serialized as JSON:
```json
{
"type" : "ch.rabe.api.events.events-spec.v1.such.event",
"source" : "https://github.com/radiorabe/events-spec",
"source" : "https://github.com/radiorabe/events-spec"
}
```

Expand Down

0 comments on commit 2c7dd81

Please sign in to comment.