github.com/kaptinlin/jsonschema@v0.4.6/testdata/JSON-Schema-Test-Suite/remotes/draft-next/detached-dynamicref.json (about)

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