{ "first_name": { "min_length": 3 }, "last_name": { "min_length": [4] }, "middle_name": [{ "min_length": [5] }], "empty_name": { "min_length": 3 } }