{
  "$schema": "../../test-schema.json",
  "registry": {
    "http://example.com/": {},
    "http://example.com/foo/": { "foo": "bar" }
  },
  "tests": [
    {
      "ref": "http://example.com/foo/",
      "target": { "foo": "bar" },
      "then": {
        "ref": "#/foo",
        "target": "bar"
      }
    }
  ]
}
