ROOTPLOIT
Server: LiteSpeed
System: Linux in-mum-web1878.main-hosting.eu 5.14.0-570.21.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jun 11 07:22:35 EDT 2025 x86_64
User: u435929562 (435929562)
PHP: 7.4.33
Disabled: system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
Upload Files
File: //opt/go/pkg/mod/github.com/go-openapi/[email protected]/fixtures/expansion/schemas2.json
{
  "definitions": {
    "car": {
      "type": "object",
      "properties": {
        "id": {
          "type": "integer",
          "format": "int64"
        },
        "make": {
          "type": "string"
        },
        "brand": {
          "items": {
            "$ref": "#/definitions/brand"
          }
        }
      }
    },
    "tag": {
      "type": "object",
      "properties": {
        "id": {
          "type": "integer",
          "format": "int64"
        },
        "value": {
          "type": "string"
        }
      }
    },
    "brand": {
      "type": "object",
      "properties": {
        "id": {
          "type": "integer",
          "format": "int64"
        },
        "name": {
          "type": "string"
        }
      }
    },
    "truck": {
      "items": {
        "$ref": "#/definitions/car"
      }
    },
    "batch": {
      "items": {
        "items": {
          "$ref": "#/definitions/brand"
        }
      }
    },
    "batch2": {
      "items": [
        {
          "items": {
            "$ref": "#/definitions/brand"
          }
        },
        {
          "items": {
            "$ref": "#/definitions/tag"
          }
        }
      ]
    },
    "allofBoth": {
      "allOf": [
        {
          "items": {
            "$ref": "#/definitions/brand"
          }
        },
        {
          "items": {
            "$ref": "#/definitions/tag"
          }
        }
      ]
    },
    "anyofBoth": {
      "anyOf": [
        {
          "items": {
            "$ref": "#/definitions/brand"
          }
        },
        {
          "items": {
            "$ref": "#/definitions/tag"
          }
        }
      ]
    },
    "oneofBoth": {
      "oneOf": [
        {
          "items": {
            "$ref": "#/definitions/brand"
          }
        },
        {
          "items": {
            "$ref": "#/definitions/tag"
          }
        }
      ]
    },
    "notSomething": {
      "not": {
        "items": {
          "$ref": "#/definitions/tag"
        }
      }
    },
    "withAdditional": {
      "additionalProperties": {
        "items": {
          "$ref": "#/definitions/tag"
        }
      }
    },
    "withPattern": {
      "patternProperties": {
        "^x-ab": {
          "items": {
            "$ref": "#/definitions/tag"
          }
        }
      }
    },
    "withAdditionalItems": {
      "additionalItems": {
        "items": {
          "$ref": "#/definitions/tag"
        }
      }
    },
    "deps": {
      "dependencies": {
        "something": {
          "items": {
            "$ref": "#/definitions/tag"
          }
        }
      }
    },
    "defined": {
      "definitions": {
        "something": {
          "items": {
            "$ref": "#/definitions/tag"
          }
        }
      }
    }
  }
}