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

     1  {
     2      "$id": "http://localhost:1234/real-id-ref-string.json",
     3      "$defs": {"bar": {"type": "string"}},
     4      "$ref": "#/$defs/bar"
     5  }