github.com/kaptinlin/jsonschema@v0.4.6/testdata/JSON-Schema-Test-Suite/remotes/draft7/ignore-dependentRequired.json (about)

     1  {
     2      "$id": "http://localhost:1234/draft7/integer.json",
     3      "$schema": "http://json-schema.org/draft-07/schema#",
     4      "dependentRequired": {
     5          "foo": ["bar"]
     6      }
     7  }