Does openapi-validator support an api definition file where additional definitions specified by a `$ref:` require authentication. Openapi-generator handles this with the `--auth`, is it possible to provide authentication headers when linting?
Does openapi-validator support an api definition file where additional definitions specified by a
$ref:require authentication.Openapi-generator handles this with the
--auth, is it possible to provide authentication headers when linting?