if(match and match.group(1).lower() == parameters['object'].lower()):
                                                    operation['path'] = path
                                                    operation['method'] = method
                                                    operations.append(operation)
                                                    break