Skip to content

OpenAPI_Document_Info_License

mattpolzin edited this page Jun 11, 2021 · 4 revisions

Extensions on OpenAPI.Document.Info.License

Initializers

init(from:)

public init(from decoder: Decoder) throws 

Properties

MIT

public static var MIT: Self 

apache2

public static var apache2: Self 

Methods

MIT(url:)

public static func MIT(url: URL) -> Self 

apache2(url:)

public static func apache2(url: URL) -> Self 

encode(to:)

public func encode(to encoder: Encoder) throws 
Types
Protocols
Global Functions
Extensions
Clone this wiki locally