APISchema

 view release on metacpan or  search on metacpan

t/fixtures/author.def  view on Meta::CPAN

resource author => {
    type => 'object',
    description => '著者',
    properties => {
        author_name  => {
            type => 'string',
            description => '著者',
            example => '著者',
        },
    },
};



( run in 1.778 second using v1.01-cache-2.11-cpan-df04353d9ac )