// Finally, raise any potential issues that we might have detected.
if(!empty($error_messages)){
$message=implode("\n",$error_messages);
@@ -139,7 +145,7 @@ class SchemaCompatibilityChecker {
sprintf(
'Property "%s" does not allow some necessary enum values [%s]. These are supported in the original schema and should be supported in the new schema for compatibility.',