I used the below schema to test in http://brutusin.org/json-forms/ ``` { "type": "object", "properties": {"prop1": {"type": "string"}}, "required": ["prop1"] } ``` Found that `prop1` cannot be validated. it don't return false if I don't fill anything.