File tree 1 file changed +7
-7
lines changed
Sources/OpenAPIKit/Document
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ extension OpenAPI.Document {
13
13
///
14
14
/// See [OpenAPI Info Object](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#info-object).
15
15
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
23
23
24
24
/// Dictionary of vendor extensions.
25
25
///
You can’t perform that action at this time.
0 commit comments