Hi, I am having an issue while using the coerce functionality.
I'm using the coerce functionality in order to add properties to my JSON object according to schema. The issue I've found is that if the object has several layers of properties, only the first is filled with missing properties.
For instance, if this is my schema:
Hi, I am having an issue while using the coerce functionality. I'm using the coerce functionality in order to add properties to my JSON object according to schema. The issue I've found is that if the object has several layers of properties, only the first is filled with missing properties. For instance, if this is my schema:
and the JSON to coerce is:
the result is
while I expected that foo would have been
Could you please help me with this issue?