{
  "$schema": "../../test-schema.json",
  "registry": {
    "http://example.com/": {
      "items": [
        { "title": "First!" },
        { "id": "http://example.com/0", "title": "Second!" },
        { "title": "Third!" },
        { "id": "http://example.com/1", "title": "Fourth!" }
      ]
    }
  },
  "tests": [
    {
      "ref": "http://example.com/0",
      "target": { "id": "http://example.com/0", "title": "Second!" }
    },
    {
      "ref": "http://example.com/1",
      "target": { "id": "http://example.com/1", "title": "Fourth!" }
    }
  ]
}
