diff --git a/json-format.md b/json-format.md index 4fa9b4948..0c20a4450 100644 --- a/json-format.md +++ b/json-format.md @@ -114,7 +114,7 @@ The CloudEvents [JSONSchema](http://json-schema.org) for the spec is located Each CloudEvents event can be wholly represented as a JSON object. -Such a representation uses the media type `application/cloudevents+json`. +Such a representation MUST use the media type `application/cloudevents+json`. All REQUIRED and all not omitted OPTIONAL attributes in the given event MUST become members of the JSON object, with the respective JSON object member name diff --git a/protobuf-format.md b/protobuf-format.md index cc0d65d7e..cc8ca620a 100644 --- a/protobuf-format.md +++ b/protobuf-format.md @@ -88,6 +88,7 @@ The CloudEvents type system MUST be mapped into the fields of | Integer | int_value | Any | Not applicable. Any is the enclosing CloudEventAny message itself +Protocol Buffer representations of CloudEvents MUST use the media type `application/cloudevents+proto`. ## 3. Examples