Both events and commands have a version field that determines the version of the api for event/command. The version is a semver version, and if follows the usual semver convention:
MAJOR.MINOR.PATCH
NOTE: In order to keep your webhooks as compatible as possible to new versions don't fail on unknown fields, just ignore them.
Generated using TypeDoc