brutusin / brutusin/json-forms
Validation Bug of reqiured item
Open
- Dominant language
- JavaScript
- Stars
- 618
- Forks
- 171
- PR merge metrics
- No merged PRs in 30d
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.