• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "$defs": {
3        "orNull": {
4            "anyOf": [
5                {
6                    "type": "null"
7                },
8                {
9                    "$ref": "#"
10                }
11            ]
12        }
13    },
14    "type": "string"
15}
16