summaryrefslogtreecommitdiff
path: root/json/remotes/draft7/ignore-dependentRequired.json
blob: 0ea927b500d1351942750cf1d1d05886b7011651 (plain)
1
2
3
4
5
6
7
{
    "$id": "http://localhost:1234/draft7/integer.json",
    "$schema": "http://json-schema.org/draft-07/schema#",
    "dependentRequired": {
        "foo": ["bar"]
    }
}