class Dry::Schema::Macros::Schema

def array?

Other tags:
    Api: - private
def array?
  parent_type.respond_to?(:of)
end