class Dry::Schema::Message::Or::MultiPath

def root

Other tags:
    Api: - private
def root
  @root ||= _paths.reduce(:&)
end