Skip to content

Commit 152b193

Browse files
committed
Spec 3.0 schema
1 parent 0b869a7 commit 152b193

File tree

3 files changed

+1689
-8
lines changed

3 files changed

+1689
-8
lines changed

openapi_spec_validator/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
resolver_handlers=default_handlers,
4040
)
4141

42-
# v3.0.0 spec
43-
schema_v3, schema_v3_url = get_openapi_schema('3.0.0')
42+
# v3.0 spec
43+
schema_v3, schema_v3_url = get_openapi_schema('3.0')
4444
openapi_v3_validator_factory = JSONSpecValidatorFactory(
4545
schema_v3, schema_v3_url,
4646
resolver_handlers=default_handlers,

0 commit comments

Comments
 (0)