From 9958448d5e099a2e41b3615f840c04baf7af591b Mon Sep 17 00:00:00 2001 From: TharmiganK Date: Fri, 12 Dec 2025 09:32:58 +0530 Subject: [PATCH] Rename initParams to withInitParams in persist add options schema --- persist-cli/src/main/resources/persist-options-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/persist-cli/src/main/resources/persist-options-schema.json b/persist-cli/src/main/resources/persist-options-schema.json index 3d858b4c0..322298852 100644 --- a/persist-cli/src/main/resources/persist-options-schema.json +++ b/persist-cli/src/main/resources/persist-options-schema.json @@ -11,7 +11,7 @@ "eagerLoading": { "type": "boolean" }, - "initParams": { + "withInitParams": { "type": "boolean" } },