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