In last weeks call a comment was made (Tim from AWS?) relating to the potential for renaming some of the context attributes; i thought it would make sense to raise it for discussion here prior to opening what would be quite a large PR.
The proposal (as i understand it) would be to rename along these lines:
| Current |
Proposed |
| eventType |
type |
| cloudEventsVersion |
version |
| eventID |
id |
| eventTime |
time |
An alternative argument might be to ensure all context attributes follow a consistent naming structure, eg :
| Current |
Proposed |
| eventType |
eventType |
| source |
eventSource |
| data |
eventData |
In last weeks call a comment was made (Tim from AWS?) relating to the potential for renaming some of the context attributes; i thought it would make sense to raise it for discussion here prior to opening what would be quite a large PR.
The proposal (as i understand it) would be to rename along these lines:
An alternative argument might be to ensure all context attributes follow a consistent naming structure, eg :