From dce2246f0d03932ab89bae32c8a1d3824ef02040 Mon Sep 17 00:00:00 2001 From: Alik Date: Mon, 9 Sep 2024 18:38:03 +0300 Subject: [PATCH] HCK-7910: disable validation for the hidden Default attribute (#168) * HCK-7910: disable validation for the hidden Default attribute * HCK-7910: disable validation for the hidden Default attribute --------- Co-authored-by: chulanovskyi-bs <56116665+chulanovskyi-bs@users.noreply.github.com> --- properties_pane/field_level/fieldLevelConfig.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/properties_pane/field_level/fieldLevelConfig.json b/properties_pane/field_level/fieldLevelConfig.json index e061f3f..f19a633 100644 --- a/properties_pane/field_level/fieldLevelConfig.json +++ b/properties_pane/field_level/fieldLevelConfig.json @@ -929,6 +929,19 @@ making sure that you maintain a proper JSON format. "key": "childType", "value": "array" } + }, + { + "type": "or", + "values": [ + { + "key": "subschema", + "value": false + }, + { + "key": "subschema", + "exist": false + } + ] } ] }