summaryrefslogtreecommitdiff
path: root/json/remotes/name-defs.json
blob: 1dab4a4343d304270cf9a4b8984d509b764123d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "$defs": {
        "orNull": {
            "anyOf": [
                {
                    "type": "null"
                },
                {
                    "$ref": "#"
                }
            ]
        }
    },
    "type": "string"
}