summaryrefslogtreecommitdiff
path: root/json/remotes/draft2020-12/locationIndependentIdentifier.json
blob: 6565a1ee00050e3e18bc4d25d295795e019cf27e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "$defs": {
        "refToInteger": {
            "$ref": "#foo"
        },
        "A": {
            "$anchor": "foo",
            "type": "integer"
        }
    }
}