summaryrefslogtreecommitdiff
path: root/remotes/draft2020-12/nested/foo-ref-string.json
blob: 29661ff9fb185eea03ecbbe59f1cea87178fe1b8 (plain)
1
2
3
4
5
6
7
{
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "type": "object",
    "properties": {
        "foo": {"$ref": "string.json"}
    }
}