Currently we don't apply many common constraints from pydantic/json schema to forms: * max length / min length * gt, lt, ge, le * multiple of Shouldn't be too hard to add these to the form field pydantic models, populate them in `json_schema.py` and add them to the input in the frontend.