Page MenuHomePhabricator

Transition from EventLogging based schema validation to core validator
Open, MediumPublic

Description

The schema validator in EventLogging is buggy and weird. We would like to use the one in core instead, but what is preventing this is the fact that the json-schema library does not support localized error messages. Once this is fixed, we should use it instead.