github.com/kaptinlin/jsonschema@v0.4.6/testdata/JSON-Schema-Test-Suite/remotes/draft2019-09/detached-ref.json (about)

     1  {
     2    "$id": "http://localhost:1234/draft2019-09/detached-ref.json",
     3    "$schema": "https://json-schema.org/draft/2019-09/schema",
     4    "$defs": {
     5      "foo": {
     6        "$ref": "#detached"
     7      },
     8      "detached": {
     9        "$anchor": "detached",
    10        "type": "integer"
    11      }
    12    }
    13  }