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}
13