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