['category:time-filtering'], }, ); sub _json_encode { require JSON; JSON->new->encode($_[0]); } sub _json_decode { require JSON; JSON->new->decode($_[0]); } sub _create_schema {