# Functions
NewParameterValidator will create a new ParameterValidator from an OpenAPI 3+ document.
ValidateCookieArray will validate a cookie parameter that is an array.
ValidateHeaderArray will validate a header parameter that is an array.
ValidateParameterSchema will validate a parameter against a raw object, or a blob of json/yaml.
ValidateQueryArray will validate a query parameter that is an array.
ValidateQueryParamStyle will validate a query parameter by style.
No description provided by the author
# Interfaces
ParameterValidator is an interface that defines the methods for validating parameters There are 4 types of parameters: query, header, cookie and path.