Group
Extension

Matches 1

Test-Mojo-Role-OpenAPI-Modern ( E/ET/ETHER/Test-Mojo-Role-OpenAPI-Modern-0.010.tar.gz, ETHER, 2025; MetaCPAN )
Test-Mojo-Role-OpenAPI-Modern/lib/Test/Mojo/Role/OpenAPI/Modern.pm ( view source; MetaCPAN )
t::Mojo role providing access to an OpenAPI document and parser
# KEYWORDS: validation evaluation JSON Schema OpenAPI Swagger HTTP request response

our $VERSION = '0.010';

use 5.020;  # for fc, unic
'bareword_filehandles';
no if "$]" >= 5.041009, feature => 'smartmatch';
no feature 'switch';
use JSON::Schema::Modern 0.577;
use OpenAPI::Modern 0.054;
use List::Util 'any';
use namespace::clean;

us
ation_id}, $operation_id, $desc // 'operation_id is '.$operation_id);
}

my $encoder = JSON::Schema::Modern::_JSON_BACKEND()->new
  ->allow_nonref(1)
  ->utf8(0)
  ->canonical(1)
  ->pretty(1)
  ->ind

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