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) -> String

    Parameters

    schema

    JSONSchema which needs to be checked

    Return Value

    type as String