-
Undocumented
Declaration
Swift
override var description: String { get }
-
list of objects which are part of $of model
Declaration
Swift
var inheritedObjects: [String]
-
combination objects (combines model types for $anyOf operator)
Declaration
Swift
var combinedObjects: [String] { get }
-
anyOf or oneOf type
Declaration
Swift
var typeOf: TypeOf
-
type of $of
See moreDeclaration
Swift
enum TypeOf : String
-
Undocumented
Declaration
Swift
init(name: String, detail: String? = nil, typeOf: OfModel.TypeOf, inheritedObjects: [String])