// Inject the new SchemaObject in the cloned registries
clonedRegistries.add( errors, copy, true );
// Remove the cloned registries
clonedRegistries.clear();
// If we didn't get any error, apply the addition to the real retistries
if ( errors.isEmpty() )
{
// Copy again as the clonedRegistries clear has removed the previous copy