Yes, json validation against schema. Bigger picture, in future we're looking to do some upstream proxy redirects based on payload. Figured the first step is short-circuiting anyone not sending us valid json.
Plus, back ends are written in a variety of languages -- not all of whom do json schema validation nicely.
The latter seems tricky. It's validation inside the application a bottleneck?