if 'operationId' in action.keys():
                    self.operation[action['operationId']] = (
                        path, http_method, tag)
                # Todo Use a Connexion compatible resolver to create the operation ID if one is not provided, Remove hashing
                else: