...

Text file src/github.com/qri-io/jsonschema/testdata/remotes/name.json

Documentation: github.com/qri-io/jsonschema/testdata/remotes

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

View as plain text