Skip to content

Validation Bug of reqiured item #108

Open
@kwtsuiaa

Description

@kwtsuiaa

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions