# vim: set ft=perl ts=8 sts=2 sw=2 tw=100 et :
package MyVocabulary::MissingSub;
use Moo;
with 'JSON::Schema::Modern::Vocabulary';

# missing vocabulary, keywords

1;
