i have added validation in schema as ``` "name": { "type": "string", "minLength": 5, "maxLength": 30 }, ``` but it also accepting numbers and other formats like number and bool.