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