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

     1  {
     2      "definitions": {
     3          "refToInteger": {
     4              "$ref": "#foo"
     5          },
     6          "A": {
     7              "$id": "#foo",
     8              "type": "integer"
     9          }
    10      }
    11  }