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 62dc36e commit 8adbbedCopy full SHA for 8adbbed
Sources/OpenAPIKitCore/Shared/ContentType.swift
@@ -144,6 +144,8 @@ public extension Shared.ContentType {
144
/// RAR archive
145
static let rar: Self = .init(.rar)
146
static let rtf: Self = .init(.rtf)
147
+ /// Scalable Vector Graphic (SVG)
148
+ static let svg: Self = .init(.svg)
149
/// Tape Archive (TAR)
150
static let tar: Self = .init(.tar)
151
/// TIF image
@@ -152,6 +154,8 @@ public extension Shared.ContentType {
152
154
static let ttf: Self = .init(.ttf)
153
155
/// Plaintext
156
static let txt: Self = .init(.txt)
157
+ /// Web Picture format (WEBP)
158
+ static let webp: Self = .init(.webp)
159
/// Web Open Font Format
160
static let woff: Self = .init(.woff)
161
0 commit comments