diff --git a/openmetadata-spec/src/main/resources/json/schema/entity/services/connections/mlmodel/customMlModelConnection.json b/openmetadata-spec/src/main/resources/json/schema/entity/services/connections/mlmodel/customMlModelConnection.json index c0d72113242..e7efe40eca2 100644 --- a/openmetadata-spec/src/main/resources/json/schema/entity/services/connections/mlmodel/customMlModelConnection.json +++ b/openmetadata-spec/src/main/resources/json/schema/entity/services/connections/mlmodel/customMlModelConnection.json @@ -4,7 +4,7 @@ "title": "CustomMlModelConnection", "description": "Custom MlModel Service connection to build a source that is not supported by OpenMetadata yet.", "type": "object", - "javaType": "org.openmetadata.schema.services.connections.mlModel.CustomMlModelConnection", + "javaType": "org.openmetadata.schema.services.connections.mlmodel.CustomMlModelConnection", "definitions": { "customMlModelType": { "title": "Service Type",