class Dry::Schema::Key::Array

def to_dot_notation

Other tags:
    Api: - private
def to_dot_notation
  [:"#{name}[]"].product(member.to_dot_notation).map { |el| el.join(DOT) }
end