Skip to content

Commit a0a60fd

Browse files
authored
openapi-spec-validator and openapi-core support OpenAPI 3.1 (#357)
* openapi-spec-validator 0.5 and later supports OpenAPI 3.1 see python-openapi/openapi-spec-validator#143 Signed-off-by: David Seaward <[email protected]> * openapi-core 0.16 and later supports OpenAPI 3.1 see python-openapi/openapi-core#419 Signed-off-by: David Seaward <[email protected]> Signed-off-by: David Seaward <[email protected]>
1 parent 9d78903 commit a0a60fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_data/tools.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -938,6 +938,7 @@
938938
description: OpenAPI Description validator
939939
v2: true
940940
v3: true
941+
v3_1: true
941942

942943
- name: Dredd
943944
category:
@@ -1726,6 +1727,7 @@
17261727
and human-readable descriptions of errors. You will receive a deserialized object along with
17271728
validation result, so you won't need to deserialize it twice.
17281729
v3: true
1730+
v3_1: true
17291731

17301732
- name: LoopBack 4
17311733
category: server

0 commit comments

Comments
 (0)