if parent['path'] != candidate_path_parent:
            self.request.errors.add('body',
                '%s: path'%(str(obj[self.key])),
                "the parent object {0} has a different path".format(parent_id))
            return False