Skip to content

Commit 591a938

Browse files
authored
Merge pull request #324 from mattpolzin/more-compat-testing
JSON Schema compatibility conversion testing
2 parents d2849b3 + 109948f commit 591a938

File tree

2 files changed

+334
-34
lines changed

2 files changed

+334
-34
lines changed

Sources/OpenAPIKitCompat/Compat30To31.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ extension OpenAPIKit30.JSONSchema: To31 {
652652

653653
return OpenAPIKit.JSONSchema(
654654
schema: schema
655-
)
655+
).with(vendorExtensions: vendorExtensions)
656656
}
657657
}
658658

0 commit comments

Comments
 (0)