brutusin / brutusin/json-forms

Validation Bug of reqiured item

Open
#108 2 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.