1.0.1
In the even that JSON input is malformed (syntax error), we'd return a 422. If however, the caller were to use the wrong data type for a field, (see below), we'd return a 500. This tag/release returns 422s for all JSON-related issues, as they all pertain to duff input from the caller.
{
"name": 123
}