Validate an OpenAPI Spec using Swagger CLI which calls Swagger Parser.
validate_api_spec(pr, verbose = TRUE)
pr | A Plumber API |
---|---|
verbose | Logical that determines if a "is valid" statement is displayed. Defaults to |
If the api is deemed invalid, an error will be thrown.
This function is VERY
and may be altered, changed, or removed in the future.