We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4c7dfc commit 48760f9Copy full SHA for 48760f9
1 file changed
Sources/FeatherOpenAPIKit/Interfaces/Document.swift
@@ -168,6 +168,7 @@ public extension Document {
168
$0.pathItems
169
}
170
)
171
+ .sorted { $0.path.value < $1.path.value }
172
.reduce(into: [:]) { into, item in
173
into[item.openAPIPath] = .init(item.openAPIPathItem())
174
0 commit comments