Experimental API: This class is still under rapid development, and is very likely to be deleted. Use it at your own risk.
448449450451452453454
return true; } private SyncResultImpl makeSyncResult(RecordJsoImpl jso, Map<String, String> violations, Long futureId) { return new SyncResultImpl(jso.getSchema().create(jso), violations, futureId); }