Replies: 1 comment
-
Hey! rules:
valid-case:
given: "$.properties.object_1.properties..x_key^^"
then:
field: "@key"
function: casing
functionOptions:
type: pascal I believe the above should work. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, could someone help me out with this.
In this example I want to check the casing for
object_1
properties whenx_key
is present.That is casing for
foo
property should be checked since inside foo inside property_1 there isx_key
and sinceproperty_2 does not have
x_key
casing for it should not be checked. Can I handle this without writing a custom function fo this.Beta Was this translation helpful? Give feedback.
All reactions