class Dry::Schema::Key

def to_dot_notation

Other tags:
    Api: - private
def to_dot_notation
  [name.to_s]
end