Conditionally Run Schema Based on Property Value
Hello, I will like to conditionally run a schema based on a property
I have
When decoding using FormSchema, I want to check
And conditonally run FilledSchema when canBeBlank==false.
e.g.
Ideas? Thanks
I have
When decoding using FormSchema, I want to check
canBeBlank.And conditonally run FilledSchema when canBeBlank==false.
e.g.
Ideas? Thanks
