{
  "$schema": "../../test-schema.json",
  "registry": {
    "http://example.com/": {
      "$id": "http://example.com/",
      "definitions": {
        "foo": {
          "$id": "nested.json",
          "title": "Hi!"
        }
      }
    }
  },
  "tests": [
    {
      "ref": "http://example.com/nested.json",
      "target": { "$id": "nested.json", "title": "Hi!" }
    }
  ]
}
