summaryrefslogtreecommitdiff
path: root/json/remotes/draft-next/ref-and-defs.json
blob: 46fafc9c22ab04812a561189275c482b14deeb81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "$schema": "https://json-schema.org/draft/next/schema",
    "$id": "http://localhost:1234/draft-next/ref-and-defs.json",
    "$defs": {
        "inner": {
            "properties": {
                "bar": { "type": "string" }
            }
        }
    },
    "$ref": "#/$defs/inner"
}