xref: /aosp_15_r20/external/json-schema-validator/src/test/suite/remotes/name.json (revision 78c4dd6aa35290980cdcd1623a7e337e8d021c7c)
1{
2    "definitions": {
3        "orNull": {
4            "anyOf": [
5                {
6                    "type": "null"
7                },
8                {
9                    "$ref": "#"
10                }
11            ]
12        }
13    },
14    "type": "string"
15}
16