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

def _paths

Other tags:
    Api: - private
def _paths
  @paths ||= _messages.flat_map(&:_paths)
end