ArrayResolver
enum ArrayResolver
Resolves array types defined in open api document
-
Resolve the type as String of the items within an array from a JSONSchema
Declaration
Swift
static func resolveArrayItemType(schema: JSONSchema) -> StringParameters
schemaJSONSchema which needs to be checked
Return Value
type as String
View on GitHub
ArrayResolver Enumeration Reference