Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels