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