I wrote a json like this. ``` { "type": "object", "properties": { "host": {"type": "string"}, "port": {"type": "number"}, "conf": {"type": "textarea", "title": "config"} }, "order": [ "host", "port", "conf" ], "required": ["host", "port"], } ``` I want to show a textarea, display it works, but can not pass the validator 
I wrote a json like this.
I want to show a textarea, display it works, but can not pass the validator
