{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$ref": "#/definitions/DisplayDependenciesCommandResult",
  "definitions": {
    "DisplayDependenciesCommandResult": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ]
    }
  }
}
