xref: /aosp_15_r20/external/json-schema-validator/src/test/suite/remotes/ref-and-definitions.json (revision 78c4dd6aa35290980cdcd1623a7e337e8d021c7c)
1{
2    "$id": "http://localhost:1234/ref-and-definitions.json",
3    "definitions": {
4        "inner": {
5            "properties": {
6                "bar": { "type": "string" }
7            }
8        }
9    },
10    "allOf": [ { "$ref": "#/definitions/inner" } ]
11}
12