Skip to content

Commit 8353ec0

Browse files
authored
Merge branch 'main' into release/4_0
2 parents 2daac57 + 749ceba commit 8353ec0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Sources/OpenAPIKit/Document/DocumentInfo.swift

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ extension OpenAPI.Document {
1313
///
1414
/// See [OpenAPI Info Object](https://spec.openapis.org/oas/v3.1.1.html#info-object).
1515
public struct Info: Equatable, CodableVendorExtendable {
16-
public let title: String
17-
public let summary: String?
18-
public let description: String?
19-
public let termsOfService: URL?
20-
public let contact: Contact?
21-
public let license: License?
22-
public let version: String
16+
public var title: String
17+
public var summary: String?
18+
public var description: String?
19+
public var termsOfService: URL?
20+
public var contact: Contact?
21+
public var license: License?
22+
public var version: String
2323

2424
/// Dictionary of vendor extensions.
2525
///

0 commit comments

Comments
 (0)