diff --git a/openmetadata-spec/src/main/resources/json/schema/entity/applications/configuration/external/metaPilotAppConfig.json b/openmetadata-spec/src/main/resources/json/schema/entity/applications/configuration/external/metaPilotAppConfig.json index e073fdbbda3..50110033cf3 100644 --- a/openmetadata-spec/src/main/resources/json/schema/entity/applications/configuration/external/metaPilotAppConfig.json +++ b/openmetadata-spec/src/main/resources/json/schema/entity/applications/configuration/external/metaPilotAppConfig.json @@ -31,13 +31,19 @@ "autoCompleteType": "database_search_index" } }, + "patchIfEmpty": { + "title": "Patch Description If Empty", + "description": "Patch the description if it is empty, instead of raising a suggestion", + "type": "boolean", + "default": false + }, "copilotDatabases": { "title": "Databases for SQL Copilot", "description": "Services and Databases configured to get enable the SQL Copilot.", "type": "array", "items": { "placeholder": "Search Databases", - "type": "string", + "$ref": "../../../../type/entityReference.json", "format": "autoComplete", "autoCompleteType": "database_search_index" }