You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another problem I imagine would be that the messages should be light weight. Adding a url to every envelop is going to increase the size of the ndjson report.
It seems to me the schema version could/should be different to the messages version? Or at least we should only increment the schema's major version when we break backwards compatibility in the 'json schema' sense?
We could start to add
$schema
URLs to generated JSONFor now this would just suffice to make them more comprehensible/validatable, but going forwards it could allow a schema versioning mechanism
The text was updated successfully, but these errors were encountered: