We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 516e39d commit 2e0bddfCopy full SHA for 2e0bddf
Tests/OpenAPIKitTests/Document/DocumentTests.swift
@@ -955,7 +955,7 @@ extension DocumentTests {
955
"title" : "API",
956
"version" : "1.0"
957
},
958
- "openapi" : "3.1.1",
+ "openapi" : "3.2.0",
959
"paths" : {
960
961
@@ -1015,6 +1015,7 @@ extension DocumentTests {
1015
XCTAssertEqual(
1016
document,
1017
OpenAPI.Document(
1018
+ openAPIVersion: .v3_1_1,
1019
info: .init(title: "API", version: "1.0"),
1020
servers: [],
1021
paths: [:],
@@ -1043,7 +1044,7 @@ extension DocumentTests {
1043
1044
1045
1046
1047
1048
1049
1050
0 commit comments