File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for OpenAPI-Modern
2
2
3
+ {{$NEXT}}
4
+
3
5
0.087 2025-06-17 21:01:06Z
4
6
- various fixes to instance and keyword locations in some errors
5
7
when validating requests and responses
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ package JSON::Schema::Modern::Document::OpenAPI;
4
4
# ABSTRACT: One OpenAPI v3.1 document
5
5
# KEYWORDS: JSON Schema data validation request response OpenAPI
6
6
7
- our $VERSION = ' 0.087 ' ;
7
+ our $VERSION = ' 0.088 ' ;
8
8
9
9
use 5.020;
10
10
use utf8;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package JSON::Schema::Modern::Vocabulary::OpenAPI;
3
3
# vim: set ts=8 sts=2 sw=2 tw=100 et :
4
4
# ABSTRACT: Implementation of the JSON Schema OpenAPI vocabulary
5
5
6
- our $VERSION = ' 0.087 ' ;
6
+ our $VERSION = ' 0.088 ' ;
7
7
8
8
use 5.020;
9
9
use utf8;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ package OpenAPI::Modern;
4
4
# ABSTRACT: Validate HTTP requests and responses against an OpenAPI v3.1 document
5
5
# KEYWORDS: validation evaluation JSON Schema OpenAPI v3.1 Swagger HTTP request response
6
6
7
- our $VERSION = ' 0.087 ' ;
7
+ our $VERSION = ' 0.088 ' ;
8
8
9
9
use 5.020;
10
10
use utf8;
You can’t perform that action at this time.
0 commit comments