diff --git a/openmetadata-spec/src/main/resources/json/schema/system/indexingError.json b/openmetadata-spec/src/main/resources/json/schema/system/indexingError.json index d6db5754aa0..d619f7d9e25 100644 --- a/openmetadata-spec/src/main/resources/json/schema/system/indexingError.json +++ b/openmetadata-spec/src/main/resources/json/schema/system/indexingError.json @@ -2,7 +2,7 @@ "$id": "https://open-metadata.org/schema/system/indexingError.json", "$schema": "http://json-schema.org/draft-07/schema#", "title": "IndexingAppError", - "description": "This schema defines Event Publisher Job Error Schema.", + "description": "This schema defines Event Publisher Job Error Schema. Additional properties exist for backward compatibility. Don't use it.", "type": "object", "javaType": "org.openmetadata.schema.system.IndexingError", "definitions": { @@ -43,5 +43,5 @@ "type": "integer" } }, - "additionalProperties": false + "additionalProperties": true } \ No newline at end of file diff --git a/openmetadata-ui/src/main/resources/ui/src/generated/system/indexingError.ts b/openmetadata-ui/src/main/resources/ui/src/generated/system/indexingError.ts index a2146add844..729836f6f5b 100644 --- a/openmetadata-ui/src/main/resources/ui/src/generated/system/indexingError.ts +++ b/openmetadata-ui/src/main/resources/ui/src/generated/system/indexingError.ts @@ -11,7 +11,8 @@ * limitations under the License. */ /** - * This schema defines Event Publisher Job Error Schema. + * This schema defines Event Publisher Job Error Schema. Additional properties exist for + * backward compatibility. Don't use it. */ export interface IndexingError { errorSource?: ErrorSource; @@ -23,6 +24,7 @@ export interface IndexingError { stackTrace?: string; submittedCount?: number; successCount?: number; + [property: string]: any; } export enum ErrorSource {