Closed rmarx closed 4 months ago
Fixes #192.
Currently, $ProtocolEventData accepts just about anything, which makes it extensible but very useless for any real validation.
$ProtocolEventData
By not explicitly assigning the * text => any to the type in the main doc, we keep the extensibility, but improve validation capabilities.
* text => any
This also properly adds the Generic and Simulation events to the $ProtocolEventData, which they really should have been from the start ;)
Was subsumed by #417 (in a very similar fashion), closing without action.
Fixes #192.
Currently,
$ProtocolEventData
accepts just about anything, which makes it extensible but very useless for any real validation.By not explicitly assigning the
* text => any
to the type in the main doc, we keep the extensibility, but improve validation capabilities.This also properly adds the Generic and Simulation events to the
$ProtocolEventData
, which they really should have been from the start ;)