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

     1  {
     2      "$id": "http://localhost:1234/ref-and-defs.json",
     3      "$defs": {
     4          "inner": {
     5              "properties": {
     6                  "bar": { "type": "string" }
     7              }
     8          }
     9      },
    10      "$ref": "#/$defs/inner"
    11  }