Skip to content

Commit dce2246

Browse files
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>
1 parent fb74f7c commit dce2246

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

properties_pane/field_level/fieldLevelConfig.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -929,6 +929,19 @@ making sure that you maintain a proper JSON format.
929929
"key": "childType",
930930
"value": "array"
931931
}
932+
},
933+
{
934+
"type": "or",
935+
"values": [
936+
{
937+
"key": "subschema",
938+
"value": false
939+
},
940+
{
941+
"key": "subschema",
942+
"exist": false
943+
}
944+
]
932945
}
933946
]
934947
}

0 commit comments

Comments
 (0)