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

     1  {
     2      "$defs": {
     3          "bar": {
     4              "$id": "http://localhost:1234/the-nested-id.json",
     5              "type": "string"
     6          }
     7      },
     8      "$ref": "http://localhost:1234/the-nested-id.json"
     9  }