APISchema

 view release on metacpan or  search on metacpan

t/fixtures/example-null.def  view on Meta::CPAN

title 'Example with null';

resource value => {
    type => 'object',
    description => 'the result',
    properties => {
        value  => {
            type => 'null',
            description => 'The Value',
            example => undef,
        },
    },
    required => ['value'],
};



( run in 0.610 second using v1.01-cache-2.11-cpan-75ffa21a3d4 )