github.com/kaptinlin/jsonschema@v0.4.6/testdata/JSON-Schema-Test-Suite/remotes/nested/foo-ref-string.json (about)

     1  {
     2      "type": "object",
     3      "properties": {
     4          "foo": {"$ref": "string.json"}
     5      }
     6  }