if 'operationId' in action.keys():
                    self.operation[action['operationId']] = (
                        path, http_method, tag)
                else:
                    # Note: the encoding chosen below isn't very important in this