class Dry::Schema::Key::Array

def stringified

Other tags:
    Api: - private
def stringified
  new(name: name.to_s, member: member.stringified)
end