github.com/kaptinlin/jsonschema@v0.4.6/testdata/JSON-Schema-Test-Suite/remotes/name.json (about)

     1  {
     2      "definitions": {
     3          "orNull": {
     4              "anyOf": [
     5                  {
     6                      "type": "null"
     7                  },
     8                  {
     9                      "$ref": "#"
    10                  }
    11              ]
    12          }
    13      },
    14      "type": "string"
    15  }