Community
Participate
Working Groups
For visibleWhen we need to validate properties deeper that only one level in the item, for instance: { Git:{ SomeGitProperty: "value1", SomeGitProperty2: "value2" } } to check if SomeGitProperty has value "value1" I propose separate nested keys with ":" (I think this char can't be used as key in json data), in this case: validationProperties: {"Git:SomeGitProperty", "value1"}
.