cdevents / spec

A common specification for Continuous Delivery events
Apache License 2.0
125 stars 22 forks source link

Changes snake cased fields to camel casing #222

Closed xibz closed 1 month ago

xibz commented 1 month ago

This commit improves consistency in our spec and examples by having all keys be camel cased.

This made 4 changes: chain_id -> chainId context_id -> contextId link_kind -> linkKind link_type -> linkType

Signed-off-by: xibz impactbchang@gmail.com

xibz commented 1 month ago

Cherry pick from #206