Skip to content

Commit 49ed179

Browse files
author
Doug Davis
committed
Be explicit about what the specversion string is
We never actually said if its 0.1 or v0.1 or something else. Signed-off-by: Doug Davis <dug@us.ibm.com>
1 parent 290c2d6 commit 49ed179

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

spec.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,9 @@ help intermediate gateways determine how to route the events.
186186
### specversion
187187
* Type: `String`
188188
* Description: The version of the CloudEvents specification which the event
189-
uses. This enables the interpretation of the context.
189+
uses. This enables the interpretation of the context. Compliant event
190+
producers MUST use a value of `0.1` when referring to this version of
191+
the specification.
190192
* Constraints:
191193
* REQUIRED
192194
* MUST be a non-empty string

0 commit comments

Comments
 (0)