Group
Extension

Matches 1

OpenAPI-Linter ( M/MA/MANWAR/OpenAPI-Linter-0.12.tar.gz, MANWAR, 2025; MetaCPAN )
OpenAPI-Linter/lib/OpenAPI/Linter.pm ( view source; MetaCPAN )
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

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.