There are a bunch of message broker services out there, and having a consistent set of common keys along with a documented process for transforming events to/from different systems means that this kind of data can move through different systems without getting mangled. It does have a spec for JSON, so it can be considered just a standardized JSON blob with transformation rules. But it also has a protobuf spec, specs for MQTT, NATS, HTTP, Avro, etc. It’s a common language for all these systems.
This guy makes awesome videos as well as some awesome Godot add-ons. His Resource Groups add-on as well as his State Charts add-on are integral to my current project and they’re fabulous.