summaryrefslogtreecommitdiff
path: root/json/remotes/draft-next/ref-and-definitions.json
blob: a4573b19399cf019ce74af9e89134be594150428 (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-definitions.json",
    "definitions": {
        "inner": {
            "properties": {
                "bar": { "type": "string" }
            }
        }
    },
    "allOf": [ { "$ref": "#/definitions/inner" } ]
}