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