APISchema

 view release on metacpan or  search on metacpan

t/fixtures/syntax-error.def  view on Meta::CPAN

title 'Incorrect API definition';
description 'API definition with a syntax error';

resource value  => {
    type => 'number',
    description => 'value' # , missing here
    example => 1,
};

GET '/value' => {
    title           => 'Value API',
    description     => 'Endpoint for test.',
    response        => 'value',
};



( run in 1.296 second using v1.01-cache-2.11-cpan-39bf76dae61 )