{
  "$schema": "../../test-schema.json",
  "registry": {
    "http://example.com/": {
      "$id": "http://example.com/",
      "allOf": [
        {
          "$id": "ignored-id.json",
          "$ref": "foo.json"
        },
        { "$id": "foo.json" },
        { "$id": "ignored-id.json/foo.json" }
      ]
    }
  },
  "tests": [
    {
      "ref": "http://example.com/ignored-id.json",
      "error": true
    }
  ]
}
