Skip to content

Commit

Permalink
Merge branch 'main' into release/4_0
Browse files Browse the repository at this point in the history
mattpolzin authored Jan 19, 2025
2 parents 2daac57 + 749ceba commit 8353ec0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Sources/OpenAPIKit/Document/DocumentInfo.swift
Original file line number Diff line number Diff line change
@@ -13,13 +13,13 @@ extension OpenAPI.Document {
///
/// See [OpenAPI Info Object](https://spec.openapis.org/oas/v3.1.1.html#info-object).
public struct Info: Equatable, CodableVendorExtendable {
public let title: String
public let summary: String?
public let description: String?
public let termsOfService: URL?
public let contact: Contact?
public let license: License?
public let version: String
public var title: String
public var summary: String?
public var description: String?
public var termsOfService: URL?
public var contact: Contact?
public var license: License?
public var version: String

/// Dictionary of vendor extensions.
///

0 comments on commit 8353ec0

Please sign in to comment.