Removing eventTime for required attrs. (#164)

This commit is contained in:
Matthias Wessendorf 2018-11-12 20:37:45 +01:00 committed by Knative Prow Robot
parent 4b704fa794
commit 18ee4c298a
1 changed files with 1 additions and 1 deletions

View File

@ -48,10 +48,10 @@ const (
// HeaderContentType is the standard HTTP header "Content-Type"
HeaderContentType = "Content-Type"
// required attributes
fieldCloudEventsVersion = "CloudEventsVersion"
fieldEventID = "EventID"
fieldEventType = "EventType"
fieldEventTime = "EventTime"
fieldSource = "Source"
)