We currently allow non-string values, which violates the json:api spec. Example: ```http PATCH /articles/1 HTTP/1.1 { "data": { "type": "articles", "id": 1, "attributes": { } } } ```