TypeAliases
enum TypeAliases
Undocumented
-
Parses all type aliases in open api document
- A type alias in the open api specification is defined for this library
- as a top level schema component which does not contain any properties
- but simply refers to another type (either primitive or complex).
- - Parameter resolvedDoc: parsed document from OpenAPIKit
Declaration
Swift
static func parse(resolvedDoc: ResolvedDocument)
-
temp. storage where all type aliases are mapped to their actual types
Declaration
Swift
static var store: [String : String]