We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaf82e5 commit 2e386efCopy full SHA for 2e386ef
t/document-toplevel.t
@@ -376,15 +376,15 @@ ERRORS
376
vocabularies => [ map 'JSON::Schema::Modern::Vocabulary::'.$_, qw(Core Applicator) ],
377
configs => {},
378
},
379
- (map +($_ => {
+ 'https://mymetaschema' => {
380
canonical_uri => str('https://mymetaschema'),
381
path => '',
382
specification_version => 'draft2020-12',
383
document => shallow($mymetaschema_doc),
384
vocabularies => bag(map 'JSON::Schema::Modern::Vocabulary::'.$_,
385
qw(Core Applicator Validation FormatAnnotation Content MetaData Unevaluated)),
386
387
- }), 'https://mymetaschema'),
+ },
388
}),
389
'dialect resources are properly stored on the evaluator',
390
);
0 commit comments