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

     1  {
     2      "$schema": "https://json-schema.org/draft/2020-12/schema",
     3      "$defs": {
     4          "refToInteger": {
     5              "$ref": "#foo"
     6          },
     7          "A": {
     8              "$anchor": "foo",
     9              "type": "integer"
    10          }
    11      }
    12  }