APISchema
view release on metacpan or search on metacpan
t/fixtures/boolean.def view on Meta::CPAN
title 'Object with Boolean';
resource value => {
type => 'object',
description => 'the result',
properties => {
value => {
type => 'boolean',
description => 'The Value',
example => \1,
},
},
required => ['value'],
};
( run in 0.714 second using v1.01-cache-2.11-cpan-75ffa21a3d4 )