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