File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Sources/OpenAPIKit/Document Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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 ///
You can’t perform that action at this time.
0 commit comments