Skip to content

Commit ccfa715

Browse files
committed
fix: Add draft 6 remapping to json schema draft on disk
1 parent df961c5 commit ccfa715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JsonSchema/Uri/UriRetriever.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class UriRetriever implements BaseUriRetrieverInterface
3131
*/
3232
protected $translationMap = [
3333
// use local copies of the spec schemas
34-
'|^https?://json-schema.org/draft-(0[34])/schema#?|' => 'package://dist/schema/json-schema-draft-$1.json'
34+
'|^https?://json-schema.org/draft-(0[346])/schema#?|' => 'package://dist/schema/json-schema-draft-$1.json'
3535
];
3636

3737
/**

0 commit comments

Comments
 (0)