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

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