RN');
my @path_issues = $linter->find_issues(pattern => qr/paths?/i);
# Validate against JSON Schema
my @schema_errors = $linter->validate_schema;
=head1 DESCRIPTION
C<OpenAPI::Linter>
nting for C<OpenAPI> specifications.
It checks both structural correctness against the official C<JSON> Schema and performs
additional linting for best practices and common issues.
The module support
cation version from the provided document.
=cut
use strict;
use warnings;
use JSON::Validator;
use JSON qw(decode_json);
use YAML::XS qw(LoadFile);
use File::Slurp qw(read_file);
=head1 METHODS
=h