File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for JSON-Schema-Modern
2
2
3
- {{$NEXT}}
3
+ 0.603 2025-02-28 23:35:43Z
4
4
- fix Sereal serialization hooks
5
5
- various performance improvements when dealing with base URIs
6
6
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ JSON::Schema::Modern - Validate data against a schema using a JSON Schema
10
10
11
11
=head1 VERSION
12
12
13
- version 0.602
13
+ version 0.603
14
14
15
15
=head1 SYNOPSIS
16
16
@@ -323,10 +323,6 @@ C<traversed_schema_path>: adjusts the accumulated path as of the start of evalua
323
323
324
324
=item *
325
325
326
- C<initial_schema_uri>: adjusts the recorded absolute keyword location as of the start of evaluation
327
-
328
- =item *
329
-
330
326
C<effective_base_uri>: locations in errors and annotations are resolved against this URI
331
327
332
328
=back
@@ -378,7 +374,7 @@ C<traversed_schema_path>: adjusts the accumulated path as of the start of evalua
378
374
379
375
=item *
380
376
381
- C<initial_schema_uri>: adjusts the recorded absolute keyword location as of the start of evaluation
377
+ C<initial_schema_uri>: adjusts the absolute keyword location as of the start of evaluation
382
378
383
379
=item *
384
380
You can’t perform that action at this time.
0 commit comments