I attempted to load the official Swagger example "PetStore" into this tool and it failed:
Fatal error: Uncaught InvalidArgumentException: formData is not a valid parameter location in vendor/eleven-labs/api-validator/src/Definition/Parameters.php on line 179
The formData attribute is used with "consumes": "application/x-www-form-urlencoded" content type.
Refs #10