summaryrefslogtreecommitdiff
path: root/json/remotes/draft-next/name.json
blob: 0e4c5e927163561733d571e1ca34580c6da9d296 (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",
    "definitions": {
        "orNull": {
            "anyOf": [
                {
                    "type": "null"
                },
                {
                    "$ref": "#"
                }
            ]
        }
    },
    "type": "string"
}