pub fn validate_custom_checks(
spec: &OpenAPI,
custom_checks_file: &Path,
base_path: Option<&str>,
) -> Result<Vec<RequestViolation>>Expand description
Validate custom conformance checks against an OpenAPI spec.
Returns a list of violations (empty if all checks are valid).