@@ -1375,7 +1375,7 @@ def get_openapi_schema(
1375
1375
The title of the application.
1376
1376
version: str
1377
1377
The version of the OpenAPI document (which is distinct from the OpenAPI Specification version or the API
1378
- openapi_version: str, default = "3.1 .0"
1378
+ openapi_version: str, default = "3.0 .0"
1379
1379
The version of the OpenAPI Specification (which the document uses).
1380
1380
summary: str, optional
1381
1381
A short summary of what the application does.
@@ -1497,7 +1497,7 @@ def get_openapi_json_schema(
1497
1497
The title of the application.
1498
1498
version: str
1499
1499
The version of the OpenAPI document (which is distinct from the OpenAPI Specification version or the API
1500
- openapi_version: str, default = "3.1 .0"
1500
+ openapi_version: str, default = "3.0 .0"
1501
1501
The version of the OpenAPI Specification (which the document uses).
1502
1502
summary: str, optional
1503
1503
A short summary of what the application does.
@@ -1567,7 +1567,7 @@ def enable_swagger(
1567
1567
The title of the application.
1568
1568
version: str
1569
1569
The version of the OpenAPI document (which is distinct from the OpenAPI Specification version or the API
1570
- openapi_version: str, default = "3.1 .0"
1570
+ openapi_version: str, default = "3.0 .0"
1571
1571
The version of the OpenAPI Specification (which the document uses).
1572
1572
summary: str, optional
1573
1573
A short summary of what the application does.
0 commit comments