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

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