From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
123456789101112 # vim: set ft=perl ts=8 sts=2 sw=2 tw=100 et :package MyVocabulary::BadVocabularySub3;use Moo;with 'JSON::Schema::Modern::Vocabulary';sub vocabulary { 'https://some/uri' => 'wrongdraft',}sub keywords {}1;
# vim: set ft=perl ts=8 sts=2 sw=2 tw=100 et :
package
MyVocabulary::BadVocabularySub3;
use
Moo;
with
'JSON::Schema::Modern::Vocabulary'
;
sub
vocabulary {
'https://some/uri'
=>
'wrongdraft'
,
}
keywords {}
1;