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.911 second using v1.01-cache-2.11-cpan-df04353d9ac )